lucee.Componentcommandbox.system.modules_app.system-commands.commands.help
Display CommandBox help. Call this command with no parameters to see general help for all commands. Help includes command aliases, paramters, and example syntax. . {code:bash} help {code} . Pass in a command or namespace to get help on that item. . {code:bash} help testbox help testbox run {code} . "help" can also be appended to the end of the command . {code:bash} testbox help testbox run help {code}
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
commandService
|
true
|
false
|
Method Summary | |
---|---|
private any
|
printCommandHelp(string command, any commandInfo)
Outputs help information for a single command. |
any
|
run([any command=''])
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- CommandServiceserializable
- trueMethod Detail |
---|
Outputs help information for a single command.
command
- String commandcommandInfo
- Reference to Command CFCcommand
- The command to get help for. If blank, displays help for all commands