string|array argument(string $key = null) Get the value of a command argument
void error(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
array options() Get all of the options passed to the command.
void table(array $headers, Arrayable|array $rows,
string anticipate(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
void fire() Execute the console command.
void setLaravel(Container $laravel)
Page 7 of 23