Baum\Console\InstallCommand::getArguments PHP Method

getArguments() protected method

Get the command arguments.
protected getArguments ( ) : array
return array
    protected function getArguments()
    {
        return [['name', InputArgument::REQUIRED, 'Name to use for the scaffolding of the migration and model.']];
    }