string secret(string $question, bool $fallback = true) Prompt the user
string askWithCompletion(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
void setLaravel(Container $laravel)
string ask(string $question, string $default = null) Prompt the user for
void __construct(Application $app,
array arguments() Get all of the arguments passed to the command.
Application getLaravel()
Page 17 of 100