string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasOption(string $name) Determine if the given option is present.
void handle() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
void error(string $string, null|int|string $verbosity = null) Write a string
string ask(string $question, string $default = null) Prompt the user for
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Container $laravel)
void table(array $headers, Arrayable|array $rows,
Page 1 of 6