void error(string $string) Write a string as error output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasArgument(string|int $name) Determine if the given argument is present
string ask(string $question, string $default = null) Prompt the user for
Application getLaravel()
void setLaravel(Application $laravel)
void warn(string $string, null|int|string $verbosity = null) Write a string
void info(string $string) Write a string as information output.
void __construct() Create a new console command instance.
Page 24 of 100