string|array option(string $key = null) Get the value of a command option
void line(string $string, string $style = null, null|int|string $verbosity = null)
Application getLaravel()
int run(InputInterface $input, OutputInterface $output) Run the console
BaseCommand class BaseCommand extends Command
bool hasOption(string $name) Determine if the given option is present.
void info(string $string, null|int|string $verbosity = null) Write a string
string|array argument(string $key = null) Get the value of a command argument
bool confirm(string $question, bool $default = false) Confirm a question
Page 9 of 23