string askWithCompletion(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
void info(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void line(string $string, string $style = null, null|int|string $verbosity = null)
void line(string $string) Write a string as standard output.
array options() Get all of the options passed to the command.
Page 18 of 31