void __construct(Filesystem $files)
void question(string $string) Write a string as question output.
void comment(string $string) Write a string as comment output.
void table(array $headers, Arrayable|array $rows,
string anticipate(string $question, array $choices, string $default = null)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void fire() Execute the console command.
bool hasOption(string $name) Determine if the given option is present.
string secret(string $question, bool $fallback = true) Prompt the user
Page 87 of 100