Zephir\Commands\CommandHelp::getCommand PHP Method

getCommand() public method

Command provided by this command
public getCommand ( ) : string
return string
    public function getCommand()
    {
        return 'help';
    }