Releases: bobheadxi/twist
Releases · bobheadxi/twist
v0.6.0
v0.5.0
v0.4.1
v0.4.0
- 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