bool hasOption(string $name) Determine if the given option is present.
void question(string $string) Write a string as question output.
Application getLaravel()
OutputInterface getOutput() Get the output implementation.
void error(string $string) Write a string as error output.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string secret(string $question, bool $fallback = true) Prompt the user
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void setLaravel(Container $laravel)
Page 89 of 100