void comment(string $string, null|int|string $verbosity = null) Write a
string ask(string $question, string $default = null) Prompt the user for
void fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void table(array $headers, Arrayable|array $rows,
bool hasArgument(string|int $name) Determine if the given argument is present
string anticipate(string $question, array $choices, string $default = null)
string|array option(string $key = null) Get the value of a command option
Page 23 of 26