void line(string $string, string $style = null, null|int|string $verbosity = null)
RemindersControllerCommand class RemindersControllerCommand extends
string ask(string $question, string $default = null) Prompt the user for
bool confirm(string $question, bool $default = false) Confirm a question
string askWithCompletion(string $question, array $choices, string $default = null)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int run(InputInterface $input, OutputInterface $output) Run the console
string|array option(string $key = null) Get the value of a command option
Page 4 of 12