Skip to content

v0.5.0

Compare
Choose a tag to compare
@n0s4 n0s4 released this 28 May 20:22
· 31 commits to main since this release
  • 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.