CommandLineParser.Core icon indicating copy to clipboard operation
CommandLineParser.Core copied to clipboard

:computer: A simple, light-weight and strongly typed Command Line Parser made in .NET Standard!

Results 16 CommandLineParser.Core issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.5.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.5.0 See the release notes here. v17.5.0-preview-20221221-03 See the release notes here. v17.5.0-preview-20221003-04 See the release notes here....

dependencies

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.2 to 11.5.1. Release notes Sourced from FluentValidation's releases. 11.5.1 Release notes Please read the upgrade guide if you are moving from 10.x to 11.x Note that...

dependencies

Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.4. Release notes Sourced from Moq's releases. 4.18.4 Changed Update package reference to Castle.Core (DynamicProxy) from version 5.1.0 to 5.1.1 (@​stakx, #1317) 4.18.3 Fixed SetupAllProperties...

dependencies

Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. Release notes Sourced from Microsoft.Extensions.DependencyInjection's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. Release notes Sourced from Microsoft.Extensions.Logging.Abstractions's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

https://github.com/adamralph/minver

[OptionOrder(0), Description("")] public string Url { get; set; } How I can make it to any position? e.g. MyApp.exe --arg1 --arg2 URL MyApp.exe --arg1 URL --arg2 MyApp.exe --arg1 --arg2 -arg3...

enhancement

I can't seem find any in the documentation about choices option. Like in python there is choices option in the argument. Is it possible to do with this great extension?

enhancement
help wanted

Hi, i want to build a cli wrapper around an existing API. The API is instantiated with a static factory method which has a parameter called environment (PROD or TEST)....

See https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/

enhancement