void __construct() Create a new console command instance.
void warn(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Application $laravel)
void info(string $string, null|int|string $verbosity = null) Write a string
void fire() Execute the console command.
string anticipate(string $question, array $choices, string $default = null)
array options() Get all of the options passed to the command.
int run(InputInterface $input, OutputInterface $output) Run the console
string|array argument(string $key = null) Get the value of a command argument
Page 61 of 100