void info(string $string) Write a string as information output.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasOption(string $name) Determine if the given option is present.
void line(string $string, string $style = null, null|int|string $verbosity = null)
ClearResetsCommand class ClearResetsCommand extends
int call(string $command, array $arguments = array()) Call another console
void fire() Execute the console command.
void question(string $string, null|int|string $verbosity = null) Write
void table(array $headers, Arrayable|array $rows,
void warn(string $string, null|int|string $verbosity = null) Write a string
Page 7 of 12