bool confirm(string $question, bool $default = false) Confirm a question
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Application $laravel)
void info(string $string) Write a string as information output.
Application getLaravel()
string secret(string $question, bool $fallback = true) Prompt the user
void fire() Execute the console command.
void error(string $string) Write a string as error output.
Page 89 of 100