ECLP 1.4.2
Easy Command Line Parser is a simple parser based on predefined verbes.
It handle both a string command line as well as an array.
Install-Package ECLP -Version 1.4.2
dotnet add package ECLP --version 1.4.2
<PackageReference Include="ECLP" Version="1.4.2" />
paket add ECLP --version 1.4.2
Wiki
https://melharfi.github.io/repos/ECLP/description.html
Repo
https://github.com/melharfi/ECLP
Wiki
https://melharfi.github.io/repos/ECLP/description.html
Repo
https://github.com/melharfi/ECLP
Release Notes
Parsing function can parse either two ways.
Using Regex which is by default 'Parse(true)' or just 'Parse()'
Or using word check side by side algorithm 'Parse(false)'
This is in case the regex does not match your needs you can use the other way.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.