chore(cloudcmd) destructure

This commit is contained in:
coderaiser 2018-12-05 11:28:42 +02:00
parent 4da7e07703
commit e6dee77695

View file

@ -24,7 +24,7 @@ const choose = (a, b) => {
process.on('unhandledRejection', exit);
const argv = process.argv;
const {argv} = process;
const args = require('minimist')(argv.slice(2), {
string: [
'name',