Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
function
printHelp (command) {
141
const
result = help([command]);
142
cordova.emit(
'results'
, result);
143
}
144
145
function
cli (inputArgs) {
146
const
args = nopt(knownOpts, shortHands, inputArgs);
Callers
1
cli
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected