bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Application $laravel)
void question(string $string, null|int|string $verbosity = null) Write
bool hasOption(string $name) Determine if the given option is present.
string|array argument(string $key = null) Get the value of a command argument
void error(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
int run(InputInterface $input, OutputInterface $output) Run the console
Page 27 of 100