autocomplete plugin for oclif (bash & zsh)
Run <cli> autocomplete
to generate the autocomplete files for your current shell.
Since oclif v2 it's possible to use spaces as a topic separator in addition to colons.
For bash and zsh each topic separator has different autocomplete implementations, if the CLI supports using a space as the separator, plugin-autocomplete will generate completion for that topic.
If you still want to use the colon-separated autocomplete you can set OCLIF_AUTOCOMPLETE_TOPIC_SEPARATOR
to colon
and re-generate the autocomplete files.