bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
string ask(string $question, string $default = null) Prompt the user for
void warn(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Container $laravel)
void fire() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasArgument(string|int $name) Determine if the given argument is present
Page 2 of 6