mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(bin) online: string -> boolean
This commit is contained in:
parent
b4e24b4b78
commit
8c6cbcf860
1 changed files with 3 additions and 4 deletions
|
|
@ -20,16 +20,15 @@
|
|||
'port',
|
||||
'password',
|
||||
'username',
|
||||
'online',
|
||||
'offline',
|
||||
'config',
|
||||
'root'
|
||||
],
|
||||
boolean: [
|
||||
'auth',
|
||||
'server',
|
||||
'repl',
|
||||
'save'
|
||||
'save',
|
||||
'server',
|
||||
'online'
|
||||
],
|
||||
default: {
|
||||
server : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue