bool hasArgument(string|int $name) Determine if the given argument is present
string askWithCompletion(string $question, array $choices, string $default = null)
void error(string $string, null|int|string $verbosity = null) Write a string
Application getLaravel()
void line(string $string, string $style = null, null|int|string $verbosity = null)
array options() Get all of the options passed to the command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
string anticipate(string $question, array $choices, string $default = null)
OutputInterface getOutput() Get the output implementation.
Page 1 of 3