Commit 32757889 by Alexander Makarov

Docs for HelpCommand

parent 85c0a3b3
<?php
/**
* CHelpCommand class file.
* HelpCommand class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
* @copyright Copyright &copy; 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\console;
/**
* CHelpCommand represents a console help command.
* HelpCommand represents a console help command.
*
* CHelpCommand displays the available command list or the help instructions
* HelpCommand displays the available command list or the help instructions
* about a specific command.
*
* To use this command, enter the following on the command line:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment