Skip to content

Show Command Command Groups

Shows the command groups of a command.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
BracketsbooleanIf 'True' the command groups are shown with brackets, e.g. [LoadCosts], [LoadTurnOver]. The default value is 'False'nofalse
Commandarray of stringName of the command ([Command]).no
NullsbooleanIf 'True' commands are hidden that are not found in a command group specified in the 'CommandGroups' parameter. The default value is 'False'.nofalse
CommandGrouparray of stringName of the command group ([CommandGroup]).no

Result

NameTypeDescription
CommandstringName of the command.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
CommandGroupsstringList of the command groups that contain the command.

Code

text
SHOW COMMAND COMMAND GROUPS
BRACKETS=[boolean, default=false]
COMMAND=[string, Multiple]
NULLS=[boolean, default=false]
COMMANDGROUP=[string, Multiple]