Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcommerce/stencil-cli
/ setupCLI
Function
setupCLI
lib/cliCommon.js:88–90 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
86
.parse(process.argv);
87
}
88
function
setupCLI(options) {
89
stencilCLISettings.setVerbose(options.verbose);
90
}
91
function
prepareCommand(program) {
92
applyCommonOptions(program);
93
checkNodeVersion();
Callers
1
prepareCommand
Function · 0.85
Calls
1
setVerbose
Method · 0.80
Tested by
no test coverage detected