mirror of
https://github.com/SabreTools/SabreTools.CommandLine.git
synced 2026-02-03 21:29:53 +00:00
Add Nuget package link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user