int call(string $command, array $arguments = array()) Call another console
bool confirm(string $question, bool $default = false) Confirm a question
Application getLaravel()
string askWithCompletion(string $question, array $choices, string $default = null)
bool|null fire() Execute the console command.
string anticipate(string $question, array $choices, string $default = null)
void setLaravel(Container $laravel)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int callSilent(string $command, array $arguments = array()) Call another
Page 99 of 100