bool 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
Application getLaravel()
void comment(string $string) Write a string as comment output.
string secret(string $question, bool $fallback = true) Prompt the user
void __construct() Create a new console command instance.
bool|null fire() Execute the console command.
string ask(string $question, string $default = null) Prompt the user for
string anticipate(string $question, array $choices, string $default = null)
Page 17 of 100