Command class Command extends Command (
Illuminate\Console Classes
bool hasArgument(string|int $name) Determine if the given argument is present
void error(string $string, null|int|string $verbosity = null) Write a string
mixed __call(string $method, array $parameters) Dynamically handle missing
array when() Get the events that trigger this service provider to register
void table(array $headers, Arrayable|array $rows,
string|array option(string $key = null) Get the value of a command option
string ask(string $question, string $default = null) Prompt the user for
string askWithCompletion(string $question, array $choices, string $default = null)
Page 2 of 9