ResetCommand class ResetCommand extends
string secret(string $question, bool $fallback = true) Prompt the user
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string anticipate(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
void error(string $string) Write a string as error output.
void line(string $string) Write a string as standard output.
Page 12 of 23