void comment(string $string) Write a string as comment output.
string askWithCompletion(string $question, array $choices, string $default = null)
int callSilent(string $command, array $arguments = array()) Call another
bool|null fire() Execute the console command.
void line(string $string, string $style = null, null|int|string $verbosity = null)
string|array option(string $key = null) Get the value of a command option
bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Container $laravel)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 27 of 100