void line(string $string) Write a string as standard output.
string ask(string $question, string $default = null) Prompt the user for
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
void comment(string $string) Write a string as comment output.
void __construct(Listener $listener)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool confirm(string $question, bool $default = false) Confirm a question
string anticipate(string $question, array $choices, string $default = null)
int call(string $command, array $arguments = array()) Call another console
Page 1 of 26