AcmePhp\Cli\Application::getDefaultCommands PHP Method

getDefaultCommands() protected method

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        return array_merge(parent::getDefaultCommands(), [new RegisterCommand(), new AuthorizeCommand(), new CheckCommand(), new RequestCommand(), new StatusCommand(), new SelfUpdateCommand(), new MonitoringTestCommand()]);
    }