We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5d513 commit 480be79Copy full SHA for 480be79
1 file changed
README.md
@@ -15,7 +15,7 @@ At glance:
15
- Map command line arguments to ``IList<string>``, arrays, enum or standard scalar types.
16
- __Plug-In friendly__ architecture as explained [here](https://github.com/gsscoder/commandline/wiki/Plug-in-Friendly-Architecture).
17
- Define [verb commands](https://github.com/gsscoder/commandline/wiki/Verb-Commands) as ``git commit -a``.
18
- - Create parser instance using lambda expressions with __fluent builder__.
+ - Create parser instance using lambda expressions.
19
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
20
21
To install:
0 commit comments