Skip to content

Commit

Permalink
[fix] Properly boolean-ize --killTree. Fixes #579.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 1, 2014
1 parent 45f321c commit 938bf33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ var argvOptions = cli.argvOptions = {
'command': {alias: 'c'},
'errFile': {alias: 'e'},
'logFile': {alias: 'l'},
'killTree': {alias: 't', boolean: true},
'append': {alias: 'a', boolean: true},
'fifo': {alias: 'f', boolean: true},
'number': {alias: 'n'},
Expand Down

0 comments on commit 938bf33

Please sign in to comment.