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