void line(string $string) Write a string as standard output.
void table(array $headers, array $rows, string $style = 'default') Format
string anticipate(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
int run(InputInterface $input, OutputInterface $output) Run the console
void fire() Execute the console command.
void error(string $string) Write a string as error output.
void setLaravel(Application $laravel)
int callSilent(string $command, array $arguments = array()) Call another
Page 3 of 12