ArgsReading 2.3.3
dotnet add package ArgsReading --version 2.3.3
NuGet\Install-Package ArgsReading -Version 2.3.3
<PackageReference Include="ArgsReading" Version="2.3.3" />
<PackageVersion Include="ArgsReading" Version="2.3.3" />
<PackageReference Include="ArgsReading" />
paket add ArgsReading --version 2.3.3
#r "nuget: ArgsReading, 2.3.3"
#:package ArgsReading@2.3.3
#addin nuget:?package=ArgsReading&version=2.3.3
#tool nuget:?package=ArgsReading&version=2.3.3
ArgsReading
ArgsReading is a .NET library for reading command-line arguments.
Usage
ArgsReading is considerably simpler (and less powerful) than most command-line argument libraries.
It does not support registering a list of options, data type conversion, binding options to the properties of a class, documenting options, or displaying usage. If you want those features, use a competing library such as CommandLineParser or McMaster.Extensions.CommandLineUtils.
To use this library, construct an ArgsReader with the command-line arguments, read the supported options one at a time with ReadFlag and ReadOption, read any normal arguments with ReadArgument, and finally call VerifyComplete, which throws an ArgsReaderException if any unsupported options or arguments haven't been read.
For more information, consult the source code.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ArgsReading:
| Package | Downloads |
|---|---|
|
Facility.CodeGen.Console
Helpers for Facility code generator tools. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.3 | 193 | 5/28/2026 |
| 2.3.2 | 21,076 | 11/19/2021 |
| 2.3.1 | 647 | 10/14/2021 |
| 2.3.0 | 6,112 | 6/13/2020 |
| 2.2.0 | 1,046 | 12/28/2019 |
| 2.1.0 | 8,241 | 4/18/2019 |
| 2.0.7 | 943 | 3/19/2019 |
| 2.0.6 | 938 | 3/19/2019 |
| 2.0.5 | 959 | 3/19/2019 |
| 2.0.4 | 903 | 3/19/2019 |
| 2.0.3 | 923 | 3/19/2019 |
| 2.0.2 | 930 | 3/18/2019 |
| 2.0.1 | 944 | 3/15/2019 |
| 2.0.0 | 969 | 3/14/2019 |
| 1.2.0 | 5,741 | 3/4/2018 |
| 1.1.4 | 1,571 | 2/19/2018 |
| 1.1.3 | 1,617 | 4/22/2017 |
| 1.1.2 | 1,471 | 4/22/2017 |
| 1.1.1 | 1,534 | 4/21/2017 |