int call(string $command, array $arguments = array()) Call another console
Application getLaravel()
void line(string $string, string $style = null, null|int|string $verbosity = null)
void question(string $string, null|int|string $verbosity = null) Write
array options() Get all of the options passed to the command.
string|array option(string $key = null) Get the value of a command option
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string secret(string $question, bool $fallback = true) Prompt the user
bool hasOption(string $name) Determine if the given option is present.
string|array argument(string $key = null) Get the value of a command argument
Page 2 of 100