bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Application $laravel)
string askWithCompletion(string $question, array $choices, string $default = null)
void line(string $string) Write a string as standard output.
void comment(string $string) Write a string as comment output.
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)
bool hasArgument(string|int $name) Determine if the given argument is present
bool|null fire() Execute the console command.
Page 21 of 100