Skip to content

Commit 088434c

Browse files
committed
Replace optimist with minimist
1 parent 13a7f24 commit 088434c

File tree

3 files changed

+642
-791
lines changed

3 files changed

+642
-791
lines changed

lib/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function start(options, masterCb) {
1919
}
2020

2121
if (arguments.length === 0) {
22-
argv = require("optimist").argv;
22+
argv = require("minimist")(process.argv.slice(2));
2323

2424
options = argv; // use command-line arguments instead
2525
if (!("cli" in options)) {

0 commit comments

Comments
 (0)