MCPcopy Create free account
hub / github.com/apache/cordova-cli / printHelp

Function printHelp

src/cli.js:140–143  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

138};
139
140function printHelp (command) {
141 const result = help([command]);
142 cordova.emit('results', result);
143}
144
145function cli (inputArgs) {
146 const args = nopt(knownOpts, shortHands, inputArgs);

Callers 1

cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected