Skip to content

Releases: robik/commandr

v1.1.0

21 Aug 09:19
5b535df
Compare
Choose a tag to compare

What's Changed

  • [FIX] Fix display of subcommands grouped by topic. by @katyukha in #16

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Feb 15:48
08708fe
Compare
Choose a tag to compare

After long enough delay, I believe this lib is stable enough to finally release v1.0. This version includes:

  • Support for rest arguments (arguments after --) by @katyukha
  • Forbid adding options with leading - character by @jblachly

Release v0.2.0

15 Sep 15:46
Compare
Choose a tag to compare

This release allows to pass options and flags to default command (if any) when the command name is not given (thanks @goodbin).
For example, assuming that search is default command with option --regexp:

./app search --regexp # before
./app --regexp # now

Bugfix v0.1.1

27 Jan 15:05
9384af2
Compare
Choose a tag to compare

Fixes