void __construct(Filesystem $files)
void comment(string $string) Write a string as comment output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
void question(string $string) Write a string as question output.
string|array argument(string $key = null) Get the value of a command argument
void info(string $string, null|int|string $verbosity = null) Write a string
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)
Page 10 of 12