Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Add "--quiet" to "kpm install" #593

Merged
merged 1 commit into from
Sep 2, 2014
Merged

Conversation

ChengTian
Copy link
Contributor

This PR is fixing bug at #592 . I refined the AddCommand.cs by the way and changed public fields to properties.

@ChengTian
Copy link
Contributor Author

@davidfowl , I tested both on Windows and OSX, and kpm install Microsoft.AspNet.Mvc installed Microsoft.AspNet.Mvc.6.0.0-alpha4-10660, which is prerelease version. So please try again after this PR is merged.

@@ -253,6 +244,20 @@ public int Main(string[] args)
return app.Execute(args);
}

private Reports MakeReports(bool verbose, bool quiet)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name: CreateReports? (We rarely use the word "make".)

@Eilon
Copy link
Member

Eilon commented Sep 2, 2014

:shipit:

@ChengTian ChengTian force-pushed the add-quiet-option-to-kpm-install branch from ef0ee30 to 49f2f27 Compare September 2, 2014 18:53
@ChengTian ChengTian merged commit 49f2f27 into dev Sep 2, 2014
@ChengTian ChengTian deleted the add-quiet-option-to-kpm-install branch September 2, 2014 18:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants