SatisAdmin\Console\Application::getDefaultCommands PHP Method

getDefaultCommands() protected method

{@inheritDoc}
protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        return array_merge(parent::getDefaultCommands(), [new BuildCommand(), new AddUserCommand(), new RemoveUserCommand(), new AsseticDumpCommand()]);
    }