int run(InputInterface $input, OutputInterface $output) Run the console
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string, null|int|string $verbosity = null) Write a string
array arguments() Get all of the arguments passed to the command.
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string anticipate(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
array options() Get all of the options passed to the command.
void setLaravel(Container $laravel)
Page 8 of 23