void fire() Execute the console command.
array arguments() Get all of the arguments passed to the command.
bool confirm(string $question, bool $default = false) Confirm a question
string secret(string $question, bool $fallback = true) Prompt the user
UpCommand class UpCommand extends Command
string anticipate(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 92 of 100