void error(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
string askWithCompletion(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
string|array option(string $key = null) Get the value of a command option
void info(string $string, null|int|string $verbosity = null) Write a string
void comment(string $string, null|int|string $verbosity = null) Write a
int call(string $command, array $arguments = array()) Call another console
string|array argument(string $key = null) Get the value of a command argument
Page 62 of 100