void __construct(ConfigPublisher $config)
void comment(string $string, null|int|string $verbosity = null) Write a
string|array option(string $key = null) Get the value of a command option
bool confirm(string $question, bool $default = false) Confirm a question
string secret(string $question, bool $fallback = true) Prompt the user
int call(string $command, array $arguments = array()) Call another console
void error(string $string) Write a string as error output.
void table(array $headers, array $rows, string $style = 'default') Format
void info(string $string) Write a string as information output.
string|array argument(string $key = null) Get the value of a command argument
Page 97 of 100