void __construct() Create a new console command instance.
void question(string $string, null|int|string $verbosity = null) Write
void question(string $string) Write a string as question output.
void fire() Execute the console command.
bool hasArgument(string|int $name) Determine if the given argument is present
void table(array $headers, Arrayable|array $rows,
array arguments() Get all of the arguments passed to the command.
string|array option(string $key = null) Get the value of a command option
int call(string $command, array $arguments = array()) Call another console
Page 8 of 12