Skip to content

Releases: robik/commandr

v1.1.0

Choose a tag to compare

@robik robik released this 21 Aug 09:19
5b535df

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

Choose a tag to compare

@robik robik released this 17 Feb 15:48
08708fe

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

Choose a tag to compare

@robik robik released this 15 Sep 15:46

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

Choose a tag to compare

@robik robik released this 27 Jan 15:05
9384af2

Fixes