string|array option(string $key = null) Get the value of a command option
void table(array $headers, Arrayable|array $rows,
string askWithCompletion(string $question, array $choices, string $default = null)
void fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void handle() Execute the console command.
bool hasOption(string $name) Determine if the given option is present.
void error(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Container $laravel)
Page 1 of 6