bool|null fire() Execute the console command.
OutputInterface getOutput() Get the output implementation.
void error(string $string) Write a string as error output.
void comment(string $string, null|int|string $verbosity = null) Write a
string ask(string $question, string $default = null) Prompt the user for
void question(string $string) Write a string as question output.
void setLaravel(Container $laravel)
string|array argument(string $key = null) Get the value of a command argument
string|array option(string $key = null) Get the value of a command option
bool hasOption(string $name) Determine if the given option is present.
Page 1 of 8