Skip to content

Commit

Permalink
feat(NA): added relay cli version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 24, 2016
1 parent 427edb7 commit b2094d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ var Interface = function() {
.example('$0 start-managed /etc/statful-relay/conf/statful-relay-conf.json', 'Starts the Statful Relay, managed by pm2, with the given config.')
.help('help')
.alias('h', 'help')
.version()
.alias('v', 'version')
.epilog('Copyright 2016 Statful.');
var argv = yargs.argv;
var path = argv.path;
Expand Down

0 comments on commit b2094d7

Please sign in to comment.