Skip to content

Commit

Permalink
[api] Expose argvOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and indexzero committed Dec 23, 2011
1 parent ee9f98b commit 13e8db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Expand Up @@ -75,7 +75,7 @@ app.use(flatiron.plugins.cli, {
usage: help
});

var argvOptions = {
var argvOptions = cli.argvOptions = {
'command': {alias: 'c'},
'errFile': {alias: 'e'},
'logFile': {alias: 'l'},
Expand Down

0 comments on commit 13e8db8

Please sign in to comment.