Skip to content

New feature: support for "no colon separator" between sub-commands

Compare
Choose a tag to compare
@shazron shazron released this 07 Mar 09:10
· 349 commits to master since this release

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