commandline
commandline copied to clipboard
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
I look around the issues and found a couple of issues that are close to mine but not quite. The problem I have is just giving the "--version" as a...
Hi, I would to know if it's possibile to configure this kind of commands: ``` --onmatch move "c:\destination\path" --onmatch copy "c:\destination\path" --onmatch ignore ``` I mean, if with _onmatch_ parameter...
I want these mutually exclusive options: - --updateParts - --not-updateParts The default is to update parts, and it's disabled if the second flag is passed. The user needs to pass...
The built in --help and --version outputs are printed to stderr instead of stdout, you have to redirect them to use the commands properly. `test --version` returns the version number,...
Hi there, a customer of ours gets this stack trace when our application is starting, and we are not able to determine whats going on. I traced it back in...
It looks like --help is broken in v2.9.0-preview1, preview3 is not on nuget. But need `AllowMultiInstance` to use it with multiple same parameters. Is this project abandoned? If so, please...
It would be nice to support newer TargetFrameworks. Using it in a netcoreapp3.1 project causes a bunch of ``` warning MSB3277: Found conflicts between different versions of "Microsoft.Win32.Registry" that could...
This PR is related to my comment in #403 I've not add this as a parser setting like I've suggest because it would have need more changes to make that...
We've used your library a long time, it's very helpful thanks. I wanted to request that you consider checking for linq errors and not throwing an exception but providing an...
If many verbs (tens or hundreds) are implemented, it's very difficult to find a verb. So it would be useful to be able to group them in the help text,...