2.1.0
svc-cli-bot
released this
15 Feb 15:28
·
0 commits
to 6e3c152c87daf16779bbf914f55e676a97c321a7
since this release
BREAKING CHANGE
plugin-autocomplete
will default to the autocomplete for the space separator if the CLI supports it.
If you still want to use the autocomplete for colon-separated commands you can set the OCLIF_AUTOCOMPLETE_TOPIC_SEPARATOR
env var to colon
.
https://github.com/oclif/plugin-autocomplete/#topic-separator
Features
New zsh autocomplete for oclif CLIs using space as a topic separator.
This implementation includes the following new features:
- Flag value completion for those that define a known set of options
- Flags with
multiple: true
set will be suggested in autocompletion even if it's already been used. - Suggest short flag name if
-
is present on the current line