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