Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@dwaring87 dwaring87 released this 13 Feb 23:06
· 40 commits to master since this release

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 via require()
  • changed default alias from today to overdue

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