void question(string $string) Write a string as question output.
void warn(string $string, null|int|string $verbosity = null) Write a string
void line(string $string, string $style = null, null|int|string $verbosity = null)
OutputInterface getOutput() Get the output implementation.
void fire() Execute the console command.
void __construct() Create a new console command instance.
ClearRemindersCommand class ClearRemindersCommand extends
string|array option(string $key = null) Get the value of a command option
string secret(string $question, bool $fallback = true) Prompt the user
void comment(string $string) Write a string as comment output.
Page 8 of 12