Commands: Better argument parsing #6593
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
This was part of #5188.
Currently
dotnet ef dbcontext list --no-build
throws, butdotnet ef --no-build dbcontext list
works. Part of this is just the way thatMicrosoft.Extensions.CommandLineUtils
works.The text was updated successfully, but these errors were encountered: