string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
void table(array $headers, array $rows, string $style = 'default') Format
void error(string $string, null|int|string $verbosity = null) Write a string
int call(string $command, array $parameters = array()) Run an Artisan console
void setLaravel(Application $laravel)
OutputInterface getOutput() Get the output implementation.
string secret(string $question, bool $fallback = true) Prompt the user
Page 79 of 100