RemindersControllerCommand class RemindersControllerCommand extends
string|array option(string $key = null) Get the value of a command option
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
string ask(string $question, string $default = null) Prompt the user for
void info(string $string) Write a string as information output.
string askWithCompletion(string $question, array $choices, string $default = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
void line(string $string) Write a string as standard output.
Page 4 of 12