24 lines
244 B
JSON
24 lines
244 B
JSON
{
|
|
"useCommand": true,
|
|
"defaultCommand": "help",
|
|
"commands": {
|
|
"login":{
|
|
"options": {
|
|
"username": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"logout": {
|
|
|
|
},
|
|
"me": {
|
|
|
|
},
|
|
"help": {
|
|
|
|
}
|
|
},
|
|
"globalOptions":{
|
|
}
|
|
} |