string askWithCompletion(string $question, array $choices, string $default = null)
bool hasOption(string $name) Determine if the given option is present.
string anticipate(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
int run(InputInterface $input, OutputInterface $output) Run the console
void info(string $string, null|int|string $verbosity = null) Write a string
void __construct(ConnectionResolverInterface
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
int callSilent(string $command, array $arguments = array()) Call another
Page 5 of 6