Skip to content

Commit fa09b03

Browse files
committed
update readme
1 parent 59cfdcb commit fa09b03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ You can also install using [NuGet](http://nuget.org/packages/FluentCommandLinePa
1212
PM> Install-Package FluentCommandLineParser
1313
```
1414
### 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+
1517
Commands such as `updaterecord.exe -r 10 -v="Mr. Smith" --silent` can be captured using
1618
```
1719
static void Main(string[] args)
@@ -142,4 +144,6 @@ example.exe -xyz+ // enable option x, y and z
142144
### Development
143145
Fclp is in the early stages of development. Please feel free to provide any feedback on feature support or the Api itself.
144146

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).
148+
149+
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/cbcae8086524a79bd8779e37b579a244 "githalytics.com")](http://githalytics.com/fclp/fluent-command-line-parser)

0 commit comments

Comments
 (0)