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 c17f584 commit 6fc3645Copy full SHA for 6fc3645
packages/devextreme-cli/index.js
@@ -1,6 +1,7 @@
1
#!/usr/bin/env node
2
const args = require('minimist')(process.argv.slice(2), {
3
- alias: { v: 'version' }
+ alias: { v: 'version' },
4
+ boolean: ['empty']
5
});
6
7
const commands = args['_'];
0 commit comments