void question(string $string, null|int|string $verbosity = null) Write
string|array argument(string $key = null) Get the value of a command argument
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool hasOption(string $name) Determine if the given option is present.
void __construct(Kernel $kernel)
string askWithCompletion(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Container $laravel)
Page 23 of 100