void error(string $string) Write a string as error output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool confirm(string $question, bool $default = false) Confirm a question
string anticipate(string $question, array $choices, string $default = null)
string askWithCompletion(string $question, array $choices, string $default = null)
ServeCommand class ServeCommand extends
string secret(string $question, bool $fallback = true) Prompt the user
void __construct(Filesystem $files)
Page 6 of 100