EasyCommands 1.2.0
See the version list below for details.
dotnet add package EasyCommands --version 1.2.0
NuGet\Install-Package EasyCommands -Version 1.2.0
<PackageReference Include="EasyCommands" Version="1.2.0" />
paket add EasyCommands --version 1.2.0
#r "nuget: EasyCommands, 1.2.0"
// Install EasyCommands as a Cake Addin #addin nuget:?package=EasyCommands&version=1.2.0 // Install EasyCommands as a Cake Tool #tool nuget:?package=EasyCommands&version=1.2.0
Reflection-based command line parsing for C#
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EasyCommands:
Package | Downloads |
---|---|
EasyCommandsTShock
Simplifies writing commands for TShock plugins |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added support for default no-argument subocommands
- Added support for asynchronous command methods
- Exception messages are no longer visible to users when an unhandled exception occurs in a command method. Added a method in CommandHandler to specify how to handle the exception.
- Fixed access controls for subcommands
- Upgraded to .NET version 4.7.2
- Added AddFlagRules method to register all flag arguments in a namespace
- You can now specify the command name validation regex
- Added the SyntaxOverride command attribute