mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(cloudcmd) destructure
This commit is contained in:
parent
4da7e07703
commit
e6dee77695
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue