mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) --editor: do not change editor
This commit is contained in:
parent
f35585b3ac
commit
322b103481
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ if (args.version) {
|
|||
config('username', args.username);
|
||||
config('progress', args.progress);
|
||||
config('console', args.console);
|
||||
config('editor', args.editor);
|
||||
config('prefix', args.prefix);
|
||||
config('root', args.root);
|
||||
config('htmlDialogs', args['html-dialogs']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue