void warn(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
OutputInterface getOutput() Get the output implementation.
void fire() Execute the console command.
void __construct(Filesystem $files,
bool hasArgument(string|int $name) Determine if the given argument is present
SeederMakeCommand class SeederMakeCommand extends
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 2 of 6