bool hasArgument(string|int $name) Determine if the given argument is present
array options() Get all of the options passed to the command.
string|array argument(string $key = null) Get the value of a command argument
string anticipate(string $question, array $choices, string $default = null)
void table(array $headers, Arrayable|array $rows,
string|array option(string $key = null) Get the value of a command option
Application getLaravel()
int callSilent(string $command, array $arguments = array()) Call another
void question(string $string, null|int|string $verbosity = null) Write
Page 5 of 31