Skip to content

Add dotnet nuget push --skip-duplicates synonym for --skip-duplicate #13476

Open
@Smaug123

Description

@Smaug123

NuGet Product(s) Involved

NuGet.exe, dotnet.exe

The Elevator Pitch

Add a synonym --skip-duplicates for --skip-duplicate.

Additional Context and Details

For at least two reasons, there is a strong basin of attraction leading users to --skip-duplicates rather than the (correct) --skip-duplicate:

  • "Skip duplicate" is ungrammatical; "skip duplicates" is grammatically correct.
  • dotnet nuget push is capable of pushing multiple packages in the same invocation.

In fact over the past year or so I have incorrectly spelled the argument --skip-duplicates twice (to the best of my recollection).

This issue is dotnet/sdk#41289 .

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions