All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.6 - 2020-04-27
- fix bug when calling help for cli with lazy-loaded (required) commands
v0.1.5 - 2020-04-17
requireCommands
to only require files when the command is actually run
v0.1.4 - 2020-04-16
- bug when command is followed by a single argument
v0.1.3 - 2020-04-04
- support for array options
- bug where trailing arg after required command would throw 'unknown command'
- exception andling to always display last context help
v0.1.2 - 2019-07-15
- Rule to ignore args preffixing the main tool name.
v0.1.1 - 2019-07-15
- Setting to describe expected positional arguments.
- Arguments passed to command callback functions (data, ...args).
v0.1.0 - 2019-07-14
- First officially published version.