void info(string $string) Write a string as information output.
void comment(string $string) Write a string as comment output.
void setLaravel(Application $laravel)
void error(string $string, null|int|string $verbosity = null) Write a string
int call(string $command, array $arguments = array()) Call another console
Application getLaravel()
void table(array $headers, Arrayable|array $rows,
string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
string anticipate(string $question, array $choices, string $default = null)
Page 28 of 100