int run(InputInterface $input, OutputInterface $output) Run the console
string|array option(string $key = null) Get the value of a command option
bool|null fire() Execute the command. Return
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
array arguments() Get all of the arguments passed to the command.
void comment(string $string, null|int|string $verbosity = null) Write a
Page 69 of 100