feature(cloudcmd) add env variable CLOUDCMD_OPEN

This commit is contained in:
coderaiser 2018-10-12 12:54:09 +03:00
parent 77862a55f6
commit 8db0a03081
4 changed files with 9 additions and 2 deletions

View file

@ -76,7 +76,7 @@ const args = require('minimist')(argv.slice(2), {
auth : choose(env.bool('auth'), config('auth')),
port : config('port'),
online : config('online'),
open : config('open'),
open : choose(env.bool('open'), config('open')),
editor : env('editor') || config('editor'),
packer : config('packer') || 'tar',
zip : config('zip'),