void line(string $string) Write a string as standard output.
void table(array $headers, array $rows, string $style = 'default') Format
ConfigCacheCommand class ConfigCacheCommand extends
bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
int run(InputInterface $input, OutputInterface $output) Run the console
string anticipate(string $question, array $choices, string $default = null)
bool|null fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
Page 84 of 100