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