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
A defaultAction field was added to replF, replSync, and repl options. It takes an action that is called if a command is not found, or if a given command has no action field defined.
Fixes a bug where '--' would stop working if options starting with '--' were defined. Now, '-- ' (with a trailing white space) triggers displaying all options.