void line(string $string) Write a string as standard output.
void setLaravel(Application $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
void table(array $headers, array $rows, string $style = 'default') Format
void error(string $string) Write a string as error output.
DownCommand class DownCommand extends Command
void setLaravel(Container $laravel)
string secret(string $question, bool $fallback = true) Prompt the user
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
Page 93 of 100