int run(InputInterface $input, OutputInterface $output) Run the console
bool hasOption(string $name) Determine if the given option is present.
void setLaravel(Container $laravel)
void fire() Execute the console command.
void error(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
void handle() Execute the console command.
void table(array $headers, Arrayable|array $rows,
Page 1 of 6