shell_command 
Vars | |
| 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. |
Procs | |
| 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. |
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.