Skip to content

Optional arguments

Compare
Choose a tag to compare
@dparrish dparrish released this 24 Jul 12:28
· 93 commits to stable since this release
6a3b2f9
  • Add support for named arguments, optional flags, and optional arguments
  • Support help and tab complete for options/arguments
  • Enable users to add custom 'filters', including support for options/arguments
  • Replaced current internal filters with equivalent 'user filters'
  • Added support for 'building' longer commands one option/argument at a time (buildmode)
  • Tab completion will show up until an ambiguity, or entire entry if only one found
  • Tab completion for options/arguments will show '[]' around optional items
  • Tab completion for options/arguments will show '<>' around required items