protected function set()

in src/CLIOptions/CLIOptionWithRequiredStringValue.hack [50:53]


  protected function set(string $_as_given, string $value): void {
    $setter = $this->setter;
    $setter($value);
  }