Cml\Interfaces\Console::hasCommand PHP Метод

hasCommand() публичный Метод

判断是否有无命令
public hasCommand ( string $name ) : boolean
$name string 命令的别名
Результат boolean
    public function hasCommand($name);