int call(string $command, array $arguments = array()) Call another console
void info(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
bool|null fire() Execute the console command.
bool hasOption(string $name) Determine if the given option is present.
string anticipate(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
string secret(string $question, bool $fallback = true) Prompt the user
Page 1 of 100