mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) editor: choose -> env
This commit is contained in:
parent
fc0c528037
commit
8132bbe3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const args = require('minimist')(argv.slice(2), {
|
|||
minify : config('minify'),
|
||||
online : config('online'),
|
||||
open : config('open'),
|
||||
editor : choose(env('editor'), config('editor')),
|
||||
editor : env('editor') || config('editor'),
|
||||
packer : config('packer') || 'tar',
|
||||
zip : config('zip'),
|
||||
username : env('username') || config('username'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue