/
listCommands
listCommands
Description
Prints all the commands to the log window sorted by category.
Use listCommands when you need to check for the presence of a command inside your version of Shogun Post. You can then use help to get more detailed information on a specific command.
Functional area
System
Command syntax
Syntax
listCommands [-category string] [-reverse] [-syntax] [-native] [-menu] [-commands] [-categories] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
category | 1 | string | commands | Displays the commands for the given category. Use -categories to see what are the valid names to use for this flag argument. |
reverse | 0 | — | — | Prints the commands in reverse order |
syntax | 0 | — | — | Also display the commands syntax |
native | 0 | — | menu | Only display the native commands |
menu | 0 | — | native | Only display menu or GUI commands |
commands | 0 | — | category | Do not sort the commands by category |
categories | 0 | — | — | Display the list of categories |
xmlDump | 1 | string | — | Generates XML files for each nativeShogun command |
Return value
void
Examples
// Lists all commands, including syntax descriptions for each one. listCommands -syntax;
Additional information
Related commands
, multiple selections available,