We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be78797 commit ea06490Copy full SHA for ea06490
bin/pm2
@@ -23,9 +23,9 @@ commander.version(cst.VERSION)
23
.option('-v --verbose', 'Display all data')
24
.option('-f --force', 'Force actions')
25
.option('-i --instances <number>', 'Lunch [number] instances (clustered with same socket)', parseInt)
26
- .option('-o --output [path]', 'Out log file output')
27
- .option('-e --error [path]', 'Error log file output')
28
- .option('-p --pid [pid]', 'Pid file')
+ .option('-o --output <path>', 'Out log file output')
+ .option('-e --error <path>', 'Error log file output')
+ .option('-p --pid <pid>', 'Pid file')
29
.option('-w --write', 'Write configuration in local folder')
30
.usage('[cmd] app');
31
0 commit comments