MCPcopy 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}
88function setupCLI(options) {
89 stencilCLISettings.setVerbose(options.verbose);
90}
91function prepareCommand(program) {
92 applyCommonOptions(program);
93 checkNodeVersion();

Callers 1

prepareCommandFunction · 0.85

Calls 1

setVerboseMethod · 0.80

Tested by

no test coverage detected