Skip to content

v0.4.0

Choose a tag to compare

@mosop mosop released this 01 Dec 15:18
· 74 commits to master since this release
  • No more name definitions nor intermediate Commands modules for defining subcommands. You can just put your subcommands directly into the supercommand class.
  • (Breaking Change) All the commands directly under supercommands are automatically recognized as subcommands. If you don't want instantiate commands under supercommands, make them abstract.
  • Bash Completion