Skip to content

Commit 6fc3645

Browse files
Update index.js
1 parent c17f584 commit 6fc3645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devextreme-cli/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env node
22
const args = require('minimist')(process.argv.slice(2), {
3-
alias: { v: 'version' }
3+
alias: { v: 'version' },
4+
boolean: ['empty']
45
});
56

67
const commands = args['_'];

0 commit comments

Comments
 (0)