void __construct() Create a new console command instance.
Application getLaravel()
string ask(string $question, string $default = null) Prompt the user for
void info(string $string) Write a string as information output.
bool hasOption(string $name) Determine if the given option is present.
array arguments() Get all of the arguments passed to the command.
string secret(string $question, bool $fallback = true) Prompt the user
array options() Get all of the options passed to the command.
void table(array $headers, Arrayable|array $rows,
Page 29 of 100