bool hasOption(string $name) Determine if the given option is present.
array options() Get all of the options passed to the command.
Application getLaravel()
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
void info(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
OutputInterface getOutput() Get the output implementation.
void comment(string $string, null|int|string $verbosity = null) Write a
Page 4 of 31