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