mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
feature(cloudcmd) add one-panel-mode
This commit is contained in:
parent
1ce8a78e04
commit
5b4f7368ad
10 changed files with 52 additions and 13 deletions
|
|
@ -34,7 +34,8 @@
|
|||
'minify',
|
||||
'progress',
|
||||
'progress-of-copying',
|
||||
'html-dialogs'
|
||||
'html-dialogs',
|
||||
'one-panel-mode'
|
||||
],
|
||||
default: {
|
||||
server : true,
|
||||
|
|
@ -49,7 +50,8 @@
|
|||
prefix : config('prefix') || '',
|
||||
progress : config('progress') || config('progressOfCopying'),
|
||||
|
||||
'html-dialogs' : config('htmlDialogs')
|
||||
'html-dialogs' : config('htmlDialogs'),
|
||||
'one-panel-mode': config('onePanelMode'),
|
||||
},
|
||||
alias: {
|
||||
v: 'version',
|
||||
|
|
@ -87,6 +89,7 @@
|
|||
config('prefix', args.prefix);
|
||||
config('root', args.root);
|
||||
config('htmlDialogs', args['html-dialogs']);
|
||||
config('onePanelMode', args['one-panel-mode']);
|
||||
|
||||
readConfig(args.config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue