Daedalus Dock - Modules - TypesVar Details - Proc Details

shell_command

Vars

aliasesCommand names.
help_textHow to use this command, usually printed by a "help" command.
req_accessThe access required to execute this command, if any.

Procs

execExecute the command.
generate_helpBoiler plate reducer for generating help commands.
try_execAttempt to execute the command. Return TRUE if any action is taken.

Var Details

aliases

Command names.

help_text

How to use this command, usually printed by a "help" command.

req_access

The access required to execute this command, if any.

Proc Details

exec

Execute the command.

generate_help

Boiler plate reducer for generating help commands.

try_exec

Attempt to execute the command. Return TRUE if any action is taken.