string askWithCompletion(string $question, array $choices, string $default = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Application $laravel)
void warn(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string) Write a string as error output.
string secret(string $question, bool $fallback = true) Prompt the user
Page 9 of 26