MCPcopy
hub / github.com/remy/nodemon / parse

Function parse

test/events/scripts.test.js:17–21  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

15}
16
17function parse(cmd) {
18 var parsed = cli.parse(cmd);
19 parsed.execOptions = exec(parsed);
20 return parsed;
21}
22
23function commandToString(command) {
24 return utils.stringify(command.executable, command.args);

Callers

nothing calls this directly

Calls 1

execFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…