CommandLineParser icon indicating copy to clipboard operation
CommandLineParser copied to clipboard

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.

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

Replace console.Write logging with ILogger using Microsoft logging extensions.

More enhancement then an issue: It should not take too much time (depending on your busyness and available time) and it will make the library _much more convenient for usage...

enhancement

Hello. Is there a way to have a DefaultValue for a EnumeratedValueArgument? If nothing is set I want it to use "verify", also is there a reason there is no...

hi, I am trying to port an existing console app written in .Net FW 4.7 to .Net Core. Previously, we were simply using Console.Writeline to write everything for logging purpose....

question

Can I specify one argument to multiple groups this is not functional. [ArgumentGroupCertification("d,n", EArgumentGroupCondition.AllOrNoneUsed)] [ArgumentGroupCertification("e,n", EArgumentGroupCondition.AllOrNoneUsed)] But I can reuse argument N for more groups.

Thoughts on the best way to ask the user for field and row terminators? The code I'm giving as examples for my users are in VB.Net and I'd rather convert...

question

e.g. if I pass a non-numeric value to an integer argument, I currently get this: ```System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: Input string...

The existing option AdditionalArgumentsSettings.AcceptAdditionalArguments = true throws an exception UnknownArgumentException if a not defined parameter passed. I need an option to allow unknown arguments.

enhancement

For use cases like Windows _Planned Tasks_ or longer, auto generated commandlines using a **textfile** instead of commandline has advantages. I just checked successfully, a single line of code is...

enhancement

I ran into this problem with the .NET args parsing, so this isn't a problem in CommandLineParser, but I thought I'd mention as it can make using your package challenging...

enhancement