help ( "command" )
List all commands, or get help for a specified command.
Arguments:
1. command (string, optional, default=all commands) The command to get help on
Result:
"str" (string) The help text
[
{
"name": "command",
"detailsLines": [],
"properties": [
"string",
"optional",
"default=all commands"
],
"description": "The command to get help on"
}
]