Version 1.3.0
Features
Plugins
This update includes experimental support for plugins. RTM CLI plugins allow developers to
create additional commands that can be added to RTM CLI and distributed independently of
the main RTM CLI project.
For information on plugins and creating commands, see the Project Wiki.
Other
Other minor additions include:
- the addition of the
--verbose
flag for printing stack traces on errors - export utility functions when importing
rtm-cli
viarequire()
- changed default alias from
today
tooverdue
Bug Fixes
Minor bug fixes include:
- removing aliases from previous config files when providing a new config file with the
--config
flag - fixed error when calling an alias function after the first execution
- check for existing command names when adding a new command