in src/CLIOptions/CLIOptionWithRequiredStringValue.hack [32:39]
public function __construct(
private self::TSetter $setter,
string $help_text,
string $long,
?string $short,
) {
parent::__construct($help_text, $long, $short);
}