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