mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(cloudcmd) rm " "
This commit is contained in:
parent
a2bb1a48a2
commit
24578ce569
1 changed files with 3 additions and 2 deletions
|
|
@ -16,10 +16,11 @@
|
|||
args = require('minimist')(argv.slice(2), {
|
||||
string: 'port',
|
||||
boolean: ['test', 'repl'],
|
||||
alias: {
|
||||
alias: {
|
||||
v: 'version',
|
||||
h: 'help',
|
||||
p: 'port' }
|
||||
p: 'port'
|
||||
}
|
||||
});
|
||||
|
||||
if (args.version) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue