Skip to content

Conversation

@ohadschn
Copy link

  • ParseArgumentsStrict no longer exists
  • Parser.Default.ParseArguments<AddOptions, CommitOptions, CloneOptions> would only work if the ParseArguments extension method was in scope via using CommandLine so the CommandLine prefix is not only redundant but misleading (as one could copy it and not realize why ParseArguments seems to have mismatched arguments, looking at Parser.ParseArguments).

 - `ParseArgumentsStrict` no longer exists - `Parser.Default.ParseArguments<AddOptions, CommitOptions, CloneOptions>` would only work if the `ParseArguments` extension method was in scope via `using CommandLine` so the `CommandLine` prefix is not only redundant but misleading (because one could copy it and not realize why `ParseArguments` seems to have mismatched arguments).
@ohadschnohadschn changed the title Fixed sample codeFixed sample code (in README.md)Nov 2, 2017
@nemec
Copy link
Collaborator

nemec commented Nov 2, 2017

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.

@ohadschn
Copy link
Author

@ohadschnohadschn closed this Nov 3, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ohadschn@nemec