protected function pushOptionValue(Option $spec, $arg, $next) { if ($next && !$next->anyOfOptions($this->specs)) { $spec->pushValue($next->arg); } }