int call(string $command, array $arguments = array()) Call another console
string anticipate(string $question, array $choices, string $default = null)
void error(string $string, null|int|string $verbosity = null) Write a string
string|array option(string $key = null) Get the value of a command option
string askWithCompletion(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
string ask(string $question, string $default = null) Prompt the user for
string|array argument(string $key = null) Get the value of a command argument
void setLaravel(Container $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
Page 3 of 6