array arguments() Get all of the arguments passed to the command.
void setLaravel(Container $laravel)
bool hasArgument(string|int $name) Determine if the given argument is present
OutputInterface getOutput() Get the output implementation.
void table(array $headers, Arrayable|array $rows,
bool confirm(string $question, bool $default = false) Confirm a question
void question(string $string, null|int|string $verbosity = null) Write
void comment(string $string, null|int|string $verbosity = null) Write a
void fire() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
Page 49 of 100