Zephir\Commands\CommandHelp::getUsage PHP Method

getUsage() public method

Command usage
public getUsage ( ) : string
return string
    public function getUsage()
    {
        return 'help';
    }