void setLaravel(Container $laravel)
void error(string $string, null|int|string $verbosity = null) Write a string
int callSilent(string $command, array $arguments = array()) Call another
void fire() Execute the console command.
array arguments() Get all of the arguments passed to the command.
string askWithCompletion(string $question, array $choices, string $default = null)
void table(array $headers, Arrayable|array $rows,
bool hasArgument(string|int $name) Determine if the given argument is present
Page 5 of 23