GET-AVAILABLE-COMMANDS [Public Function]
Package: cadm-auto-doc-gen (Nick name(s): :adg)
Get a list of commands availalable for this module
(get-available-commands [group-id])
Arguments
- group-id {
keyword} - optional - If specified returns the command group matching the given id.
Returns
One (if group-id is provided) or more lists of grouped command identifiers of the form:
(<group> <group label> <availCmd> ...)
where
<group>{keyword}- key of a command group such as
:settingsor:help <group name>{string}- Label of command group for use in the user interface.
<availCmd>{string list}- One or more triplets of strings to uniquely identify a command.
The triplet has the form
(<app-name> <group-name> <cmd-name>)and is intended to be used for building custom user interfaces.
NIL is returned if:
- the module was never activated (commands available after activation)
- the module does not define any commands for the user interface.
- a
group-idwas given, but there is no matching group.