string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Application getLaravel()
void line(string $string) Write a string as standard output.
string|array argument(string $key = null) Get the value of a command argument
string|array option(string $key = null) Get the value of a command option
string askWithCompletion(string $question, array $choices, string $default = null)
Page 24 of 26