Releases: cilly-cli/cilly
Releases · cilly-cli/cilly
Release v1.0.20
Release v1.0.19
Features
The onProcess()
hooks for options and arguments are now called in the order that they are defined on commands to support inter-dependencies between options and arguments at processing time.
Release v1.0.16
Features
- Updated README with better examples and consistency
Release v1.0.15
Bugfixes
- Fixed a bug where the a falsy default option value would always be assigned to boolean option flags
Release v1.0.14
#Features
- Added the possibility of explicitly passing a calling context for the CliCommand handler
Release v1.0.13
Hotfix release to amend v1.0.12
Release v1.0.12
Features
- Cleaned up usage formatting slightly
Bugfixes
- Fixed a bug where parent onProcess handlers were called when a subcommand was invoked
Release v1.0.11
Features
- Allow nth-generation subcommands to inherit options from the entire family tree
Bugfixes
- Fixed a bug where the
--help
option was inherited, invoking help handler of the parent command
Release v1.0.9
Bugfixes
- Fixed a bug where 3rd level subcommands were not inheriting options correctly
Release v1.0.9
Features:
- Added
version
to CommandDefinition on dump()