mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(cloudcmd) add env variable CLOUDCMD_OPEN
This commit is contained in:
parent
77862a55f6
commit
8db0a03081
4 changed files with 9 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue