An open API service indexing awesome lists of open source software.

https://github.com/mjul/argu-fsharp-examples

Examples for the Argu command-line argument parser
https://github.com/mjul/argu-fsharp-examples

argu fsharp

Last synced: 11 months ago
JSON representation

Examples for the Argu command-line argument parser

Awesome Lists containing this project

README

          

# Argu F# Examples
Examples for the Argu command-line argument parser

The code examples are in the `tests` folder where they can run with Xunit.

Run the examples like so:

dotnet test tests\ArguExamplesTests

## Only Discriminated Unions of Primitive Types

See [tests/ArguExamplesTests/DiscriminatedUnionsTests.fs](tests/ArguExamplesTests/DiscriminatedUnionsTests.fs)