Skip to content

Commit

Permalink
Merge pull request #437 from fsprojects/help
Browse files Browse the repository at this point in the history
Show command help on --help - relates to #433
  • Loading branch information
forki committed Dec 9, 2014
2 parents 778bc2c + bb00796 commit 9a3d7a5
Show file tree
Hide file tree
Showing 21 changed files with 417 additions and 360 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,15 @@ paket-files
docs/content/license.md
docs/content/release-notes.md
_NCrunch_Paket
docs/content/paket-init.md
docs/content/paket-add.md
docs/content/paket-find-refs.md
docs/content/paket-install.md
docs/content/paket-outdated.md
docs/content/paket-remove.md
docs/content/paket-update.md
docs/content/paket-convert-from-nuget.md.md
docs/content/paket-init-auto-restore.md
docs/content/paket-restore.md
docs/content/paket-simplify.md
docs/content/paket-convert-from-nuget.md
13 changes: 1 addition & 12 deletions Paket.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Expand All @@ -26,24 +26,13 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\bootstrapper.md = docs\content\bootstrapper.md
docs\content\convert-from-nuget.md = docs\content\convert-from-nuget.md
docs\content\dependencies-file.md = docs\content\dependencies-file.md
docs\content\faq.md = docs\content\faq.md
docs\content\http-dependencies.md = docs\content\http-dependencies.md
docs\content\index.md = docs\content\index.md
docs\content\lock-file.md = docs\content\lock-file.md
docs\content\nuget-dependencies.md = docs\content\nuget-dependencies.md
docs\content\paket-add.md = docs\content\paket-add.md
docs\content\paket-config-file.md = docs\content\paket-config-file.md
docs\content\paket-find-refs.md = docs\content\paket-find-refs.md
docs\content\paket-init-auto-restore.md = docs\content\paket-init-auto-restore.md
docs\content\paket-init.md = docs\content\paket-init.md
docs\content\paket-install.md = docs\content\paket-install.md
docs\content\paket-outdated.md = docs\content\paket-outdated.md
docs\content\paket-remove.md = docs\content\paket-remove.md
docs\content\paket-restore.md = docs\content\paket-restore.md
docs\content\paket-simplify.md = docs\content\paket-simplify.md
docs\content\paket-update.md = docs\content\paket-update.md
docs\content\paket.dependencies = docs\content\paket.dependencies
docs\content\reference-from-repl.fsx = docs\content\reference-from-repl.fsx
docs\content\references-files.md = docs\content\references-files.md
Expand Down
10 changes: 5 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* New support for general HTTP dependencies - http://fsprojects.github.io/Paket/http-dependencies.html
* New F# Interactive support - http://fsprojects.github.io/Paket/reference-from-repl.html
* New `paket find-refs` command - http://fsprojects.github.io/Paket/paket-find-refs.html
* Migration of NuGet source credentials during `paket convert-from-nuget` - http://fsprojects.github.io/Paket/convert-from-nuget.html#Migrating-NuGet-source-credentials
* Migration of NuGet source credentials during `paket convert-from-nuget` - http://fsprojects.github.io/Paket/paket-convert-from-nuget.html#Migrating-NuGet-source-credentials
* Bootstrapper uses .NET 4.0 - https://github.com/fsprojects/Paket/pull/355
* Adding --ignore-constraints to `paket outdated` - https://github.com/fsprojects/Paket/issues/308
* PERFORMANCE: If `paket add` doesn't change the `paket.dependencies` file then the resolver process will be skipped
Expand Down Expand Up @@ -142,7 +142,7 @@
* More portable profiles - https://github.com/fsprojects/Paket/issues/281
* Added net11 to framework handling - https://github.com/fsprojects/Paket/pull/269
* Create references for Win8 - https://github.com/fsprojects/Paket/issues/280
* Detect VS automatic nuget restore and create paket restore - http://fsprojects.github.io/Paket/convert-from-nuget.html#Automated-process
* Detect VS automatic nuget restore and create paket restore - http://fsprojects.github.io/Paket/paket-convert-from-nuget.html#Automated-process
* `paket convert-from-nuget` doesn't duplicate paket solution items - https://github.com/fsprojects/Paket/pull/286
* BUGFIX: Paket removes old framework references if during install - https://github.com/fsprojects/Paket/issues/274
* BUGFIX: Don't let the bootstrapper fail if we already have a paket.exe
Expand Down Expand Up @@ -193,7 +193,7 @@
* Use credentials from nuget.config on paket convert-from-nuget - https://github.com/fsprojects/Paket/issues/198
* Deploy fixed targets file - https://github.com/fsprojects/Paket/issues/172
* New [--pre] and [--strict] modes for paket outdated - http://fsprojects.github.io/Paket/paket-outdated.html
* New --no-auto-restore option for `convert-from-nuget` command - http://fsprojects.github.io/Paket/convert-from-nuget.html#Automated-process
* New --no-auto-restore option for `convert-from-nuget` command - http://fsprojects.github.io/Paket/paket-convert-from-nuget.html#Automated-process
* Adding support for new portable profiles
* paket.exe is now signed
* Allow to reference .exe files from NuGet packages
Expand Down Expand Up @@ -222,7 +222,7 @@
* Support for private NuGet feeds - http://fsprojects.github.io/Paket/nuget-dependencies.html#NuGet-feeds
* New NuGet package version constraints - http://fsprojects.github.io/Paket/nuget-dependencies.html#Further-version-constraints
* Respect case sensitivity for package paths for Linux - https://github.com/fsprojects/Paket/pull/137
* Improved convert-from-nuget command - http://fsprojects.github.io/Paket/convert-from-nuget.html
* Improved convert-from-nuget command - http://fsprojects.github.io/Paket/paket-convert-from-nuget.html
* New paket.bootstrapper.exe (7KB) allows to download paket.exe from github.com - http://fsprojects.github.io/Paket/paket-init-auto-restore.html
* New package resolver algorithm
* Better verbose mode - use -v flag
Expand All @@ -234,7 +234,7 @@

#### 0.2.0 - 17.09.2014
* Allow to directly link GitHub files - http://fsprojects.github.io/Paket/http-dependencies.html
* Automatic NuGet conversion - http://fsprojects.github.io/Paket/convert-from-nuget.html
* Automatic NuGet conversion - http://fsprojects.github.io/Paket/paket-convert-from-nuget.html
* Cleaner syntax in paket.dependencies - https://github.com/fsprojects/Paket/pull/95
* Strict mode - https://github.com/fsprojects/Paket/pull/104
* Detecting portable profiles
Expand Down
57 changes: 0 additions & 57 deletions docs/content/convert-from-nuget.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Instead we encourage the .NET community to use a declarative install process and

## I'm already using NuGet. How can I convert to Paket?

The process is very easy and you can read more about it in the [convert from NuGet](convert-from-nuget.html) section.
The process is very easy and you can read more about it in the [convert from NuGet](paket-convert-from-nuget.html) section.

## Why should I commit the lock file?

Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Paket is a dependency manager for .NET and [Mono][mono] projects, which is designed to work well with [NuGet][nuget] packages and also enables [referencing files directly from GitHub repositories](http-dependencies.html).
It enables precise and predictable control over what packages the projects within your application reference. More details are in the [FAQ](faq.html).
If you are already using NuGet for package restore in your solution then you can learn about the upgrade process in the [convert from NuGet](convert-from-nuget.html) section.
If you are already using NuGet for package restore in your solution then you can learn about the upgrade process in the [convert from NuGet](paket-convert-from-nuget.html) section.

[mono]: http://www.mono-project.com/
[nuget]: https://www.nuget.org/
Expand Down
35 changes: 0 additions & 35 deletions docs/content/paket-add.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/content/paket-find-refs.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/paket-init-auto-restore.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/content/paket-init.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/paket-install.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/content/paket-outdated.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/content/paket-remove.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/paket-restore.md

This file was deleted.

Loading

0 comments on commit 9a3d7a5

Please sign in to comment.