array options() Get all of the options passed to the command.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
bool|null fire() Execute the console command.
void setLaravel(Application $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string) Write a string as information output.
int callSilent(string $command, array $arguments = array()) Call another
void warn(string $string) Write a string as warning output.
Page 7 of 100