Releases: n0s4/flags
Releases · n0s4/flags
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
- Supports 'help' declaration for a free-form description of your command.
- Supports 'full_help' to override all auto-generated help with a hand-crafted one.
- Commands are now detected in kebab-case (
build_exe: struct {...},
=>$ mycommand build-exe ...
). - All arguments after a
--
will be treated as positional arguments, not flags.