Skip to content

Commit

Permalink
Reorg README (fsprojects#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink authored Dec 14, 2023
1 parent 4f330d6 commit 07c1bbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Argu [![Build & Tests](https:/fsprojects/Argu/workflows/Build%20&%20Tests/badge.svg?branch=master)](https:/fsprojects/Argu/actions) [![NuGet Badge](https://buildstats.info/nuget/Argu)](https://www.nuget.org/packages/Argu)
# Argu [![Build & Tests](https:/fsprojects/Argu/actions/workflows/build.yml/badge.svg?branch=master)](https:/fsprojects/Argu/actions/workflows/build.yml) [![NuGet Badge](https://buildstats.info/nuget/Argu)](https://www.nuget.org/packages/Argu)

A declarative CLI argument/XML configuration parser for F# applications.
A declarative CLI argument/XML configuration parser / help message generator for F# applications.

A package of the library is available on [Nuget](http://www.nuget.org/packages/Argu/).
Delivered as a `netstandard2.0` [NuGet package](http://www.nuget.org/packages/Argu).

### Documentation

All documentation and related material can be found [here](http://fsprojects.github.io/Argu/).

* [Tutorial](http://fsprojects.github.io/Argu/tutorial.html) A short walkthrough of Argu features.
* [API Reference](http://fsprojects.github.io/Argu/reference/index.html) Auto-generated library documentation.

All documentation and related material can be found [here](http://fsprojects.github.io/Argu/).

Originally created by [Eirik Tsarpalis](https://twitter.com/eiriktsarpalis)

## Maintainers
Expand Down

0 comments on commit 07c1bbe

Please sign in to comment.