array options() Get all of the options passed to the command.
Application getLaravel()
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
string ask(string $question, string $default = null) Prompt the user for
void info(string $string, null|int|string $verbosity = null) Write a string
void error(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
Page 4 of 23