string askWithCompletion(string $question, array $choices, string $default = null)
void info(string $string) Write a string as information output.
bool confirm(string $question, bool $default = false) Confirm a question
string anticipate(string $question, array $choices, string $default = null)
string|array option(string $key = null) Get the value of a command option
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
int run(InputInterface $input, OutputInterface $output) Run the console
void error(string $string) Write a string as error output.
string secret(string $question, bool $fallback = true) Prompt the user
Page 45 of 100