Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

CLI: Show correct help #36

Merged
merged 1 commit into from
Dec 16, 2016
Merged

CLI: Show correct help #36

merged 1 commit into from
Dec 16, 2016

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Dec 16, 2016

The general approach here is to copy the command definitions from ef into dotnet-ef so that when --help is specified (or it's a known help-only command like dotnet ef, dotnet ef migrations, etc.) we show the help without dispatching to ef. It also ensures the ef-specific options (like --assembly) are replaced by the dotnet-ef ones (like --project).

image

Fixes dotnet/efcore#6592

@dnfclas
Copy link

dnfclas commented Dec 16, 2016

Hi @bricelam, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@bricelam bricelam merged commit 6087221 into aspnet:feature/msbuild Dec 16, 2016
@bricelam bricelam deleted the help branch December 16, 2016 23:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants