mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(user-menu) add (#221)
This commit is contained in:
parent
f60af287d3
commit
eb4f7c0d7c
34 changed files with 562 additions and 41 deletions
|
|
@ -43,6 +43,7 @@
|
|||
"importListen": false,
|
||||
"log": true,
|
||||
"dropbox": false,
|
||||
"dropboxToken": ""
|
||||
"dropboxToken": "",
|
||||
"userMenu": false
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
"--dropbox ": "enable dropbox integration",
|
||||
"--dropbox-token ": "set dropbox token",
|
||||
"--log ": "enable logging",
|
||||
"--user-menu ": "enable user menu",
|
||||
"--no-show-config ": "do not show config values",
|
||||
"--no-server ": "do not start server",
|
||||
"--no-auth ": "disable authorization",
|
||||
|
|
@ -70,5 +71,6 @@
|
|||
"--no-show-file-name ": "do not show file name in view and edit",
|
||||
"--no-dropbox ": "disable dropbox integration",
|
||||
"--no-dropbox-token ": "unset dropbox token",
|
||||
"--no-log ": "disable logging"
|
||||
"--no-log ": "disable logging",
|
||||
"--no-user-menu ": "disable user menu"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@
|
|||
"operation",
|
||||
"konsole",
|
||||
"terminal",
|
||||
"cloud"
|
||||
"terminal-run",
|
||||
"cloud",
|
||||
"user-menu"
|
||||
],
|
||||
"remote": [{
|
||||
"name": "socket",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue