Releases: robik/commandr
Releases · robik/commandr
v1.1.0
v1.0.0
Release v0.2.0
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
Fixes
- Fix #1: incorrect
--version
flag handling in certain cases (thanks @mostvexingparse).