convert an oclif CLI to use spaced commands
npm install @tiagonapoli/oclif-plugin-spaced-commands@oclif/plugin-spaced-commands
======
WARNING: this is an experimental plugin
convert an oclif CLI to use spaced commands







Instead of oclif's standard colon-seperated commands:
```
$ mycli foo:bar:baz qux
this plugin converts oclif's command ID parsing to use spaced commands:
``
$ mycli foo bar baz qux
> Note: topic index commands (topic-commands) are therefore ignored
Add @oclif/plugin-spaced-commands` as a package dependency and to oclif's plugins list in package.json