Info
Version: | 1.4.0 |
Author(s): | Nukepayload2 |
Last Update: | Sunday, September 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Nukepayload2/ConsoleFramework |
NuGet Url: | https://www.nuget.org/packages/Nukepayload2.ConsoleFramework |
Install
Install-Package Nukepayload2.ConsoleFramework
dotnet add package Nukepayload2.ConsoleFramework
paket add Nukepayload2.ConsoleFramework
Nukepayload2.ConsoleFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ComponentModel.Annotations(>= 4.4.0)
- System.ComponentModel.Annotations(>= 4.4.0)
- System.ComponentModel.Annotations(>= 4.4.0)
Tags
It maps command-line parameters to parameters of the entry method in a custom application class.
Supported parameter types: String, Int32, Int64, Double, Single and Boolean.
Supported parameter kinds: Direct, Entity (Put all parameters in a class).
Supported locales: zh-CN, en-US. Fallback: en-US.
Use DisplayAttribute to specify Names, ShortNames and Descriptions of each parameters.
Tested on Windows 10 version 21H2 (zh-CN, x64).
I'm not sure that it will run correctly on other platforms or UICultures.