(cmd)
| 15 | } |
| 16 | |
| 17 | function parse(cmd) { |
| 18 | var parsed = cli.parse(cmd); |
| 19 | parsed.execOptions = exec(parsed); |
| 20 | return parsed; |
| 21 | } |
| 22 | |
| 23 | function commandToString(command) { |
| 24 | return utils.stringify(command.executable, command.args); |
nothing calls this directly
no test coverage detected
searching dependent graphs…