string|array option(string $key = null) Get the value of a command option
void question(string $string) Write a string as question output.
void table(array $headers, Arrayable|array $rows,
void fire() Execute the console command.
string|array argument(string $key = null) Get the value of a command argument
void setLaravel(Application $laravel)
string anticipate(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
bool confirm(string $question, bool $default = false) Confirm a question
string askWithCompletion(string $question, array $choices, string $default = null)
Page 10 of 12