Info
| Version: | 5.0.0 |
| Author(s): | Sven Groot |
| Last Update: | Sunday, February 23, 2025 |
| .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.