int run(InputInterface $input, OutputInterface $output) Run the console
string|array option(string $key = null) Get the value of a command option
void question(string $string) Write a string as question output.
string|array argument(string $key = null) Get the value of a command argument
OutputInterface getOutput() Get the output implementation.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasOption(string $name) Determine if the given option is present.
void comment(string $string, null|int|string $verbosity = null) Write a
Page 13 of 26