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