Skip to content

Commit 78306a3

Browse files
committed
Add name
1 parent 1de803f commit 78306a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const packagePath = `${npath.dirname(thisPath)}/../package.json`;
1919
const { version } = JSON.parse(fs.readFileSync(packagePath));
2020

2121
program
22+
.name('cogs')
2223
.version(version)
2324
.description('The fast file transform pipeline.')
2425
.option('-c, --config-path [path]', 'load config from [path]', 'cogs.js')

0 commit comments

Comments
 (0)