Skip to content

0.2.0

Choose a tag to compare

@Yord Yord released this 14 Jun 09:21

Breaking Changes

  • 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)