string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
void comment(string $string, null|int|string $verbosity = null) Write a
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array argument(string $key = null) Get the value of a command argument
TableCommand class TableCommand extends
bool hasOption(string $name) Determine if the given option is present.
void table(array $headers, Arrayable|array $rows,
Page 16 of 26