void __construct() Create a new console command instance.
void line(string $string, string $style = null, null|int|string $verbosity = null)
void table(array $headers, Arrayable|array $rows,
OutputInterface getOutput() Get the output implementation.
array options() Get all of the options passed to the command.
void setLaravel(Container $laravel)
string secret(string $question, bool $fallback = true) Prompt the user
string askWithCompletion(string $question, array $choices, string $default = null)
void comment(string $string) Write a string as comment output.
Page 19 of 26