Skip to content

Commit 65e9171

Browse files
authored
Update README.md
1 parent 4198673 commit 65e9171

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
<a href="https://codecov.io/gh/MatthiWare/CommandLineParser.Core"><img src="https://codecov.io/gh/MatthiWare/CommandLineParser.Core/branch/master/graph/badge.svg" alt="Codecov" /></a>
55
<a href="https://www.codefactor.io/repository/github/matthiware/commandlineparser.core"><img src="https://www.codefactor.io/repository/github/matthiware/commandlineparser.core/badge" alt="Codefactor badge"></a>
66
<a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)"><img src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg" alt="AGPL v3"></a>
7+
<a href="https://www.nuget.org/packages/MatthiWare.CommandLineParser"><img src="https://img.shields.io/nuget/dt/MatthiWare.CommandLineParser.svg" alt="NuGet badge"></a>
8+
79
</p>
810
<p align="center">
911
<img src="https://buildstats.info/appveyor/chart/Matthiee/commandlineparser-core?branch=master" />
1012
</p>
1113

1214
# CommandLineParser
13-
Command line parser for .Net Core
15+
A simple, light-weight and strongly typed commandline parser made in .Net standard.
16+
17+
## Configuration
18+
- Fluent API
19+
- Attributes on options model

0 commit comments

Comments
 (0)