void assertResponseOk() Assert that the client response has an OK status
string guessPackagePath() Guess the package path for the provider.
void line(string $string) Write a string as standard output.
bool confirm(string $question, bool $default = false) Confirm a question
array options() Get all of the options passed to the command.
string url() Get the URL (no query string) for the request.
string secret(string $question, bool $fallback = true) Prompt the user
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array argument(string $key = null) Get the value of a command argument
Page 14 of 100