OutputInterface getOutput() Get the output implementation.
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
void __construct(Filesystem $files,
void error(string $string, null|int|string $verbosity = null) Write a string
string|array argument(string $key = null) Get the value of a command argument
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool hasOption(string $name) Determine if the given option is present.
string|array option(string $key = null) Get the value of a command option
int run(InputInterface $input, OutputInterface $output) Run the console
Page 1 of 3