Skip to content

Releases: cilly-cli/cilly

Release v1.0.20

13 Sep 11:11
Compare
Choose a tag to compare

Features

  • Added .withExtra() for appending arbitrary data to a dumped cilly command definition

Release v1.0.19

06 Sep 21:10
Compare
Choose a tag to compare

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

15 Jun 11:37
Compare
Choose a tag to compare

Features

  • Updated README with better examples and consistency

Release v1.0.15

14 Jun 10:07
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where the a falsy default option value would always be assigned to boolean option flags

Release v1.0.14

10 Jun 10:13
d871261
Compare
Choose a tag to compare

#Features

  • Added the possibility of explicitly passing a calling context for the CliCommand handler

Release v1.0.13

26 Feb 23:53
Compare
Choose a tag to compare

Hotfix release to amend v1.0.12

Release v1.0.12

26 Feb 23:42
Compare
Choose a tag to compare

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

25 Feb 21:34
Compare
Choose a tag to compare

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

25 Feb 09:29
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where 3rd level subcommands were not inheriting options correctly

Release v1.0.9

15 Feb 11:42
1599d43
Compare
Choose a tag to compare

Features:

  1. Added version to CommandDefinition on dump()