We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a89aef commit e98c03eCopy full SHA for e98c03e
src/index.ts
@@ -15,7 +15,7 @@ import { program } from 'commander'
15
import { Platforms } from "./types/global-options";
16
17
program.usage('[command] [options]')
18
- .version('0.1.3', '-v, --version')
+ .version('0.1.4', '-v, --version')
19
.option('-c, --config <path>', 'Path to a JSON config file. By default, config files are loaded from config/default.json')
20
.hook('preAction', (thisCommand, actionCommand) => {
21
const configOption = thisCommand.opts().config
0 commit comments