Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 12e3e80

Browse files
fix(deps): update internals to use Commander 7.0
1 parent ff372cd commit 12e3e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const { log, error } = require('./helpers/logger')
1414
let projectPath
1515

1616
const program = new Command()
17+
.storeOptionsAsProperties() // TODO: Remove this and use Commander 7.0 opts() https://github.com/tj/commander.js/pull/1409
1718
.name(packageJson.name)
1819
.version(packageJson.version)
1920
.arguments('[project-directory]')

0 commit comments

Comments
 (0)