array arguments() Get all of the arguments passed to the command.
int call(string $command, array $arguments = array()) Call another console
string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string, null|int|string $verbosity = null) Write
bool hasArgument(string|int $name) Determine if the given argument is present
void table(array $headers, Arrayable|array $rows,
Application getLaravel()
void __construct() Create a new console command instance.
int callSilent(string $command, array $arguments = array()) Call another
Page 89 of 100