You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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