string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
void line(string $string) Write a string as standard output.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
array options() Get all of the options passed to the command.
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 secret(string $question, bool $fallback = true) Prompt the user
void __construct(ViewPublisher $view)
string|array option(string $key = null) Get the value of a command option
Page 11 of 100