mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
added yii version to the console help output
This commit is contained in:
@ -182,6 +182,7 @@ class HelpController extends Controller
|
||||
protected function getDefaultHelp()
|
||||
{
|
||||
$commands = $this->getCommandDescriptions();
|
||||
$this->stdout("\nThis is Yii version " . \Yii::getVersion() . ".\n");
|
||||
if (!empty($commands)) {
|
||||
$this->stdout("\nThe following commands are available:\n\n", Console::BOLD);
|
||||
$len = 0;
|
||||
|
Reference in New Issue
Block a user