Skip to content

v0.4.0

Compare
Choose a tag to compare
@bobheadxi bobheadxi released this 13 May 07:43
· 11 commits to master since this release
  • support for subpackages in new config format:
packages:
  github.com/my/package:
    path: go.my.domain/package
    subpackages:
    - subpackage1
    - subpackage2

this is also supported with config-free usage:

twist github.com/my/package go.my.domain/package subpackage1 subpackage2
  • fixed bug where config generation and help would also generate files
  • fixed bug where config-free usage would not work by default because the CLI looks for configuration first