int run(InputInterface $input, OutputInterface $output) Run the console
void warn(string $string, null|int|string $verbosity = null) Write a string
void question(string $string) Write a string as question output.
array arguments() Get all of the arguments passed to the command.
bool hasOption(string $name) Determine if the given option is present.
void table(array $headers, Arrayable|array $rows,
OutputInterface getOutput() Get the output implementation.
int callSilent(string $command, array $arguments = array()) Call another
bool|null fire() Execute the console command.
Page 56 of 100