string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
void table(array $headers, Arrayable|array $rows,
void setLaravel(Application $laravel)
void info(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
string secret(string $question, bool $fallback = true) Prompt the user
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
Page 85 of 100