BackupManager\Laravel\DbListCommand::reaskArguments PHP Method

reaskArguments() private method

Get the console command options.
private reaskArguments ( ) : void
return void
    private function reaskArguments()
    {
        $this->line('');
        $this->info('Answers have been reset and re-asking questions.');
        $this->line('');
        $this->promptForMissingArgumentValues();
    }