Closed ohadschn closed 7 years ago
Thanks for this, @ohadschn. The changes look good but can you submit your pull request against this fork instead? We are in the process of migrating the project to an organization and I'd like to make sure it gets integrated.
ParseArgumentsStrict
no longer existsParser.Default.ParseArguments<AddOptions, CommitOptions, CloneOptions>
would only work if theParseArguments
extension method was in scope viausing CommandLine
so theCommandLine
prefix is not only redundant but misleading (as one could copy it and not realize whyParseArguments
seems to have mismatched arguments, looking atParser.ParseArguments
).