string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
OutputInterface getOutput() Get the output implementation.
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
void warn(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
void question(string $string, null|int|string $verbosity = null) Write
int call(string $command, array $arguments = array()) Call another console
Page 50 of 100