commandline icon indicating copy to clipboard operation
commandline copied to clipboard

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support

Results 186 commandline issues
Sort by recently updated
recently updated
newest added

I'm trying to mod in an english patch for the japanese exclusive DLC for fire emblem fates (credit to SilentHell on here for making the mod). one of the instuctions...

**Describe the bug** VerbAttribute current accepts a string array for aliases, making it non-compliant with CLS standards. **To Reproduce** * Create a solution targeting .NET Framework 4.8 * Create a...

Examples page did not exist specifically in the wiki, so just routed to the homepage of the wiki.

on-hold

Just spell check.

I am getting confused here: ``` public class Options { [Option('c', "create", Required = false, HelpText = "Creates an empty CSV. Eg: -c \".\\File.csv\"")] public string EmptyCsvFilePath { get; set;...

**Describe the bug** When using the function "MapResult" to parse multiple verbs, the parser ignores the setting "AllowMultiInstance" while parsing the default verb. Lib version: 2.9.1 Language: C# **To Reproduce**...

**Issue by [TheDeadCode](https://github.com/TheDeadCode)** _Saturday Aug 05, 2017 at 18:08 GMT_ _Originally opened as https://github.com/gsscoder/commandline/issues/466_ ---- A bit like wget where you can do `wget https://someurl -O -` to say to...

enhancement

**Describe the bug** If a conversion in the constructor of a datatype throws an error, only a very generic error is available: > Option 'some option' is defined with a...