array arguments() Get all of the arguments passed to the command.
void fire() Execute the console command.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string askWithCompletion(string $question, array $choices, string $default = null)
array options() Get all of the options passed to the command.
QueuedJob class QueuedJob (
OutputInterface getOutput() Get the output implementation.
string|array option(string $key = null) Get the value of a command option
void table(array $headers, Arrayable|array $rows,
Page 61 of 100