bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool confirm(string $question, bool $default = false) Confirm a question
int handle(InputInterface $input, OutputInterface $output = null) Run the
void setLaravel(Application $laravel)
void question(string $string) Write a string as question output.
Application getLaravel()
string secret(string $question, bool $fallback = true) Prompt the user
string anticipate(string $question, array $choices, string $default = null)
string|array option(string $key = null) Get the value of a command option
void question(string $string, null|int|string $verbosity = null) Write
Page 48 of 100