void info(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
void error(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
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.
string anticipate(string $question, array $choices, string $default = null)
int callSilent(string $command, array $arguments = array()) Call another
Page 14 of 23