We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de803f commit 78306a3Copy full SHA for 78306a3
1 file changed
src/cli.js
@@ -19,6 +19,7 @@ const packagePath = `${npath.dirname(thisPath)}/../package.json`;
19
const { version } = JSON.parse(fs.readFileSync(packagePath));
20
21
program
22
+ .name('cogs')
23
.version(version)
24
.description('The fast file transform pipeline.')
25
.option('-c, --config-path [path]', 'load config from [path]', 'cogs.js')
0 commit comments