From 45f321c156426e673eb6e955f546bdf4d4b28cf7 Mon Sep 17 00:00:00 2001 From: indexzero Date: Fri, 1 Aug 2014 14:54:30 -0700 Subject: [PATCH] [fix] Actually support the documented `--uid` or `-u` CLI option. Fixes #424. --- lib/forever/cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/forever/cli.js b/lib/forever/cli.js index 9619d79a..5bff2aac 100644 --- a/lib/forever/cli.js +++ b/lib/forever/cli.js @@ -113,7 +113,8 @@ var argvOptions = cli.argvOptions = { 'verbose': {alias: 'v', boolean: true}, 'watch': {alias: 'w', boolean: true}, 'debug': {alias: 'd', boolean: true}, - 'plain': {boolean: true} + 'plain': {boolean: true}, + 'uid': {alias: 'u'} }; app.use(flatiron.plugins.cli, {