string|array option(string $key = null) Get the value of a command option
bool confirm(string $question, bool $default = false) Confirm a question
void table(array $headers, Arrayable|array $rows,
void error(string $string, null|int|string $verbosity = null) Write a string
string ask(string $question, string $default = null) Prompt the user for
int call(string $command, array $arguments = array()) Call another console
void error(string $string) Write a string as error output.
Page 81 of 100