OutputInterface getOutput() Get the output implementation.
void setLaravel(Application $laravel)
void fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int call(string $command, array $arguments = array()) Call another console
void error(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
Page 18 of 26