Skip to content

Commit

Permalink
* Rename file to match class name
Browse files Browse the repository at this point in the history
* Minor redundant code removal
  • Loading branch information
Timwi committed Sep 28, 2024
1 parent ee1a907 commit db9c292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CommandLine.cs → Src/CommandLineParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private static object parseCommandLine(string[] args, Type type, int i, Func<Con
?? throw new UnrecognizedCommandOrOptionException(commandName, getHelpGenerator(type, helpProcessor));
return enumField.GetRawConstantValue();
})
}).AsEnumerable();
});

object prev = null;
string prevOptionOrCommand = null;
Expand Down

0 comments on commit db9c292

Please sign in to comment.