string askWithCompletion(string $question, array $choices, string $default = null)
array arguments() Get all of the arguments passed to the command.
void fire() Execute the console command.
string ask(string $question, string $default = null) Prompt the user for
bool confirm(string $question, bool $default = false) Confirm a question
void line(string $string) Write a string as standard output.
string|array argument(string $key = null) Get the value of a command argument
void table(array $headers, Arrayable|array $rows,
Page 2 of 26