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
The completer function signature has changed from (parser, commands) => line => [matches, line] to (lexer, cmd, {only}) => line => [matches, line]. (795b8c1)
Notable Changes
Reimplement autocomplete based on shargs lexer function. (c2a5d23)