You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,17 @@ __This library provides _hassle free_ command line parsing with a constantly upd
30
30
- Verbs can be array of types collected from Plugins or IoC container.
31
31
- Define [verb commands](https://github.com/commandlineparser/commandline/wiki/Verbs) similar to `git commit -a`.
32
32
- Support default verb.
33
-
- Support Mutable and Imutable types.
33
+
- Support Mutable and Immutable types.
34
34
- Support HelpText localization.
35
35
- Support ordering of options in HelpText.
36
36
- Support [Mutually Exclusive Options](https://github.com/commandlineparser/commandline/wiki/Mutually-Exclusive-Options) and Options groups.
37
37
- Support named and value options.
38
38
- Support Asynchronous programming with async and await.
- CommandLineParser.FSharp package is F#-friendly with support for `option<'a>`, see [demo](https://github.com/commandlineparser/commandline/blob/master/demo/fsharp-demo.fsx). _NOTE: This is a separate NuGet package._
41
-
- Include good wiki documentation with lot of examples ready to run online.
42
-
- Support Sourcelink and symbolic package.
41
+
- Include wiki documentation with lot of examples ready to run online.
42
+
- Support Source Link and symbolic nuget package snupkg.
43
+
- Tested in Windows, Linux Ubuntu 18.04 and Mac OS.
43
44
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
0 commit comments