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.
int call(string $command, array $arguments = array()) Call another console
void question(string $string) Write a string as question output.
OutputInterface getOutput() Get the output implementation.
Page 9 of 12