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
- Host: GitHub
- URL: https://github.com/mjul/argu-fsharp-examples
- Owner: mjul
- License: mit
- Created: 2020-02-11T16:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T19:20:49.000Z (over 6 years ago)
- Last Synced: 2025-04-06T00:31:55.680Z (about 1 year ago)
- Topics: argu, fsharp
- Language: F#
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)