void info(string $string) Write a string as information output.
string secret(string $question, bool $fallback = true) Prompt the user
OutputInterface getOutput() Get the output implementation.
string askWithCompletion(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
RemindersTableCommand class RemindersTableCommand extends
void info(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, array $rows, string $style = 'default') Format
string ask(string $question, string $default = null) Prompt the user for
array options() Get all of the options passed to the command.
Page 5 of 12