Add `nuget why` and `nuget package` command definitions
Open
Area-CLI
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
These commands are currently defined in `NuGet.CommandLine.XPlat.Commands` and only added to the implementation.
Parser that only uses command definitions is thus not able to parse them.
To allow adding nuget commands without cross-repository changes the NuGet repo can define "NuGet.CommandLine.CommandDefinitions" source package that gets included in `Microsoft.DotNet.Cli.Definitions`.
Tracks TODOs in code.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.