Skip to content

0.10.0

Compare
Choose a tag to compare
@1Computer1 1Computer1 released this 19 Jul 21:49
· 93 commits to master since this release

Changes

  • Added Lexer#lexCommand which combines extractCommand and Lexer#lex for a more convenient lexing.
  • Added ability to pass multiple key names to Args#{flag, option, options} to act as aliases.
  • Changed exactStrategy and caseInsensitiveStrategy to take a record of names to list of words, allowing the name to differ from the text of the unordered argument.