akashi-esquizolandia/bin_tests/config/text/commandhelp.json
cow-face 03ee9337d2
Help command aliases (#306)
* changes to help info loading

* updated sample help command config file

* updated test config file
2022-07-06 13:53:12 -05:00

31 lines
654 B
JSON

[
{
"names": [
"foo"
],
"usage":"/foo <bar> [baz|qux]",
"text":"A sample explanation."
},
{
"names": [
"login"
],
"usage":"/login",
"text":"Activates the login dialogue to enter your credentials. This command takes no arguments."
},
{
"names": [
"getareas"
],
"usage":"/getareas",
"text":"Lists all clients in all areas. This command takes no arguments."
},
{
"names": [
"getarea"
],
"usage":"/getarea",
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
}
]