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