int call(string $command, array $arguments = array()) Call another console
bool hasOption(string $name) Determine if the given option is present.
void setLaravel(Container $laravel)
string secret(string $question, bool $fallback = true) Prompt the user
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
void fire() Execute the console command.
Page 34 of 100