bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Container $laravel)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string) Write a string as error output.
array options() Get all of the options passed to the command.
string askWithCompletion(string $question, array $choices, string $default = null)
string anticipate(string $question, array $choices, string $default = null)
int callSilent(string $command, array $arguments = array()) Call another
void table(array $headers, Arrayable|array $rows,
Page 76 of 100