Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands: Better argument parsing #6593

Closed
bricelam opened this issue Sep 22, 2016 · 1 comment
Closed

Commands: Better argument parsing #6593

bricelam opened this issue Sep 22, 2016 · 1 comment
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement

Comments

@bricelam
Copy link
Contributor

This was part of #5188.

Currently dotnet ef dbcontext list --no-build throws, but dotnet ef --no-build dbcontext list works. Part of this is just the way that Microsoft.Extensions.CommandLineUtils works.

@bricelam bricelam self-assigned this Sep 22, 2016
@rowanmiller rowanmiller added this to the Backlog milestone Sep 23, 2016
@bricelam bricelam modified the milestones: Backlog, 1.2.0 Nov 2, 2016
@bricelam bricelam modified the milestones: 1.2.0, tools-1.0.0 Nov 29, 2016
@bricelam
Copy link
Contributor Author

This is more-or-less resolved by the inherited options change. Closing. We'll address the remaining quirks with #6850.

@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

2 participants