void info(string $string) Write a string as information output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
void comment(string $string) Write a string as comment output.
void line(string $string) Write a string as standard output.
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.
OutputInterface getOutput() Get the output implementation.
void table(array $headers, array $rows, string $style = 'default') Format
int run(InputInterface $input, OutputInterface $output) Run the console
Page 5 of 12