void setLaravel(Application $laravel)
Application getLaravel()
void error(string $string) Write a string as error output.
array arguments() Get all of the arguments passed to the command.
void question(string $string, null|int|string $verbosity = null) Write
void info(string $string) Write a string as information output.
bool hasArgument(string|int $name) Determine if the given argument is present
Page 90 of 100