(program)
| 89 | stencilCLISettings.setVerbose(options.verbose); |
| 90 | } |
| 91 | function prepareCommand(program) { |
| 92 | applyCommonOptions(program); |
| 93 | checkNodeVersion(); |
| 94 | const options = program.opts(); |
| 95 | setupCLI(options); |
| 96 | return options; |
| 97 | } |
| 98 | export { messages }; |
| 99 | export { printCliResultError }; |
| 100 | export { printCliResultErrorAndExit }; |
no test coverage detected