OutputInterface getOutput() Get the output implementation.
bool confirm(string $question, bool $default = false) Confirm a question
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string) Write a string as standard output.
void __construct(Filesystem $files)
int callSilent(string $command, array $arguments = array()) Call another
void error(string $string, null|int|string $verbosity = null) Write a string
void comment(string $string, null|int|string $verbosity = null) Write a
Page 1 of 12