string ask(string $question, string $default = null) Prompt the user for
bool confirm(string $question, bool $default = false) Confirm a question
void question(string $string) Write a string as question output.
array options() Get all of the options passed to the command.
void fire() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
string|array option(string $key = null) Get the value of a command option
Page 62 of 100