Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@robik robik released this 15 Sep 15:46
· 10 commits to master since this release

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