Class CHelpCommand
CHelpCommand represents a console help command.
CHelpCommand displays the available command list or the help instructions about a specific command.
To use this command, enter the following on the command line:
php path/to/entry_script.php help [command name]
In the above, if the command name is not provided, it will display all available commands.
- CComponent
- CConsoleCommand
- CHelpCommand
Package: system\console
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/console/CHelpCommand.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/console/CHelpCommand.php
public
integer
|
|
public
string
|
$defaultAction
|
public
string
|
$help |
#
The command description. |
$commandRunner,
$name,
$optionHelp
|