int call(string $command, array $arguments = array()) Call another console
void info(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
string|array option(string $key = null) Get the value of a command option
string|array argument(string $key = null) Get the value of a command argument
void fire() Execute the console command.
string anticipate(string $question, array $choices, string $default = null)
void setLaravel(Container $laravel)
bool hasArgument(string|int $name) Determine if the given argument is present
Page 24 of 26