string ask(string $question, string $default = null) Prompt the user for
string secret(string $question, bool $fallback = true) Prompt the user
string askWithCompletion(string $question, array $choices, string $default = null)
bool hasOption(string $name) Determine if the given option is present.
array arguments() Get all of the arguments passed to the command.
ForgetFailedCommand class ForgetFailedCommand extends
int run(InputInterface $input, OutputInterface $output) Run the console
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Application getLaravel()
Page 13 of 26