Add Nuget package link

This commit is contained in:
Matt Nadareski
2025-10-05 18:48:56 -04:00
parent aa98ac63a2
commit 9ce9d1461e

View File

@@ -6,6 +6,8 @@ This library contains logic to both parse commandlines using typed inputs as wel
All inputs allow for non-flag inputs in both `a=b` and `a b` formats. This allows for greater flexibility for cross-platform support. Flags for each input are fully defined by the implementer, so inputs of the form `-a`, `--a`, `/a`, and `a` are all accepted and can even be mixed. The only restriction is that flags should not end with the `=` character as it may interfere with default parsing.
Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.CommandLine).
For an example of a program implementing the library as well as the original source of this library code, see [SabreTools](https://github.com/SabreTools/SabreTools).
## Special Types