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 191 commandline issues
Sort by recently updated
recently updated
newest added

[Console.WindowWidth](https://learn.microsoft.com/en-us/dotnet/api/system.console.windowwidth) is not supported on some platforms _(e.g. Android/iOS)_. This applies the same fix found in [ParserSettings.GetWindowWidth()](https://github.com/commandlineparser/commandline/blob/af753199688364aa76be4b25e91e6a3abd2c8158/src/CommandLine/ParserSettings.cs#L65) to handle the PlatformNotSupportedException generated on those platforms.