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
- 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._
32
+
- 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._
34
33
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
Thanks to JetBrains for providing an open source license for [ReSharper](http://www.jetbrains.com/resharper/).
219
-
220
207
# Contibutors
221
208
First off, _Thank you!_ All contributions are welcome.
222
209
@@ -226,19 +213,17 @@ Additionally, for easiest diff compares, please follow the project's tabs settin
226
213
227
214
__And most importantly, please target the ```develop``` branch in your pull requests!__
228
215
229
-
For more info, see the [wiki for details about contributing](https://github.com/gsscoder/commandline/wiki/Building_the_library) and for building the project.
0 commit comments