Appearance
Add Command Group Command
Adds a command to a command group.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | array of string | Name of the command to be added ([Command]). | yes | ||
| CommandGroup | string | Name of the command group ([CommandGroup]). | yes |
Result
No fields
Code
text
ADD COMMAND GROUP COMMAND
COMMAND=[string, Multiple, Needed]
COMMANDGROUP=[string, Needed]