void line(string $string, string $style = null, null|int|string $verbosity = null)
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string) Write a string as information output.
string askWithCompletion(string $question, array $choices, string $default = null)
void __construct(Filesystem $files)
string|array option(string $key = null) Get the value of a command option
array options() Get all of the options passed to the command.
bool|null fire() Execute the console command.
void question(string $string, null|int|string $verbosity = null) Write
Page 19 of 100