int callSilent(string $command, array $arguments = array()) Call another
int run(InputInterface $input, OutputInterface $output) Run the console
void fire() Execute the console command.
void info(string $string, null|int|string $verbosity = null) Write a string
string anticipate(string $question, array $choices, string $default = null)
bool hasOption(string $name) Determine if the given option is present.
string|array option(string $key = null) Get the value of a command option
Page 5 of 23