void setLaravel(Application $laravel)
int call(string $command, array $arguments = array()) Call another console
array arguments() Get all of the arguments passed to the command.
int run(InputInterface $input, OutputInterface $output) Run the console
bool confirm(string $question, bool $default = false) Confirm a question
void line(string $string) Write a string as standard output.
void table(array $headers, array $rows, string $style = 'default') Format
void info(string $string) Write a string as information output.
string askWithCompletion(string $question, array $choices, string $default = null)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 91 of 100