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 # nowBugfix v0.1.1
Fixes
- Fix #1: incorrect
--versionflag handling in certain cases (thanks @mostvexingparse).