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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ You can also install using [NuGet](http://nuget.org/packages/FluentCommandLinePa
12
12
PM> Install-Package FluentCommandLineParser
13
13
```
14
14
### Usage
15
+
See [here](https://github.com/fclp/fluent-command-line-parser/wiki/So,-how-does-FCLP-compare-to-other-parsers%3F) for a side-by-side syntax comparison between other command line parsers.
16
+
15
17
Commands such as `updaterecord.exe -r 10 -v="Mr. Smith" --silent` can be captured using
16
18
```
17
19
static void Main(string[] args)
@@ -142,4 +144,6 @@ example.exe -xyz+ // enable option x, y and z
142
144
### Development
143
145
Fclp is in the early stages of development. Please feel free to provide any feedback on feature support or the Api itself.
144
146
145
-
If you would like to contribute, you may do so to the [develop branch](https://github.com/fclp/fluent-command-line-parser/tree/develop).
147
+
If you would like to contribute, you may do so to the [develop branch](https://github.com/fclp/fluent-command-line-parser/tree/develop).
0 commit comments