New feature: support for "no colon separator" between sub-commands
Thanks to a successful surgery by Dr. @purplecabbage we have "no colon" support in this release.
So previously you would have to do this:
aio console:list-integration
Now you can do this as well:
aio console list-integration
other changes:
- removed TypeScript support
- changed the test-runner from Mocha to Jest