in src/CLIOptions/CLIOptionWithRequiredEnumValue.hack [47:55]
public function __construct(
private enumname<T> $enumname,
private (function(T): void) $setter,
string $help_text,
string $long,
?string $short,
) {
parent::__construct($help_text, $long, $short);
}