Info
Version: | 4.2.0 |
Author(s): | Sven Groot |
Last Update: | Thursday, September 12, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/SvenGroot/Ookii.CommandLine |
NuGet Url: | https://www.nuget.org/packages/Ookii.CommandLine |
Install
Install-Package Ookii.CommandLine
dotnet add package Ookii.CommandLine
paket add Ookii.CommandLine
Ookii.CommandLine Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
Tags
library for .Net applications.
- Easily define arguments by creating a class with properties.
- Create applications with multiple subcommands.
- Generate fully customizable usage help.
- Supports PowerShell-like and POSIX-like parsing rules.
- Compatible with trimming and native AOT.