28 lines
426 B
Plaintext
28 lines
426 B
Plaintext
[GENERAL_COMPONENTS]
|
|
switch({component}) {
|
|
case "command":
|
|
"command";
|
|
break;
|
|
case "setting":
|
|
"setting";
|
|
break;
|
|
case "inhibitor":
|
|
"inhibitor";
|
|
break;
|
|
}
|
|
|
|
[GENERAL_EXAMPLES]
|
|
Example Usage
|
|
|
|
[GENERAL_ALIASES]
|
|
Aliases
|
|
|
|
[GENERAL_ARGUMENTS]
|
|
Arguments
|
|
|
|
[GENERAL_CURRENT]
|
|
Current Settings
|
|
|
|
[GENERAL_SETTINGRESET]
|
|
Successfully reset the setting {setting} to the default value.
|