bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
string output() Get the output for the last run command.
bool hasOption(string $name) Determine if the given option is present.
string askWithCompletion(string $question, array $choices, string $default = null)
bool|null fire() Execute the console command.
static void starting(Closure $callback)
void comment(string $string, null|int|string $verbosity = null) Write a
void commands(array|mixed $commands) Register the package's custom Artisan
Page 6 of 9