Skip to content

Commit bce330d

Browse files
authored
updated to try to emphasize FSharp separation
1 parent a81385e commit bce330d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ The Command Line Parser Library offers CLR applications a clean and concise API
1414
C:\Project> Nuget Install CommandLineParser
1515
```
1616

17-
or
18-
19-
```
20-
C:\Project> paket install CommandLineParser
21-
```
17+
_NOTE: Mentioned F# Support is provided via ```CommandLineParser.FSharp``` package with FSharp dependencies._
2218

2319
__This library provides _hassle free_ command line parsing with a constantly updated API since 2005.__
2420

@@ -34,7 +30,7 @@ __This library provides _hassle free_ command line parsing with a constantly upd
3430
- __Plug-In friendly__ architecture as explained [here](https://github.com/gsscoder/commandline/wiki/Plug-in-Friendly-Architecture).
3531
- Define [verb commands](https://github.com/gsscoder/commandline/wiki/Latest-Version#verbs) similar to `git commit -a`.
3632
- Unparsing support: `CommandLine.Parser.Default.FormatCommandLine<T>(T options)`.
37-
- F#-friendly with support for `option<'a>`, see [demo](https://github.com/gsscoder/commandline/blob/master/demo/fsharp-demo.fsx).
33+
- CommandLineParser.FSharp package is F#-friendly with support for `option<'a>`, see [demo](https://github.com/gsscoder/commandline/blob/master/demo/fsharp-demo.fsx). _NOTE: This is a separate Nuget package._
3834
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
3935
- C# demo: source [here](https://github.com/commandlineparser/commandline/tree/master/demo/ReadText.Demo).
4036

0 commit comments

Comments
 (0)