in src/CLIOptions.hack [85:92]
function with_required_string(
(function(string):void) $setter,
string $help_text,
string $long,
?string $short = null,
): CLIOption {
return new CLIOptionWithRequiredStringValue($setter, $help_text, $long, $short);
}