commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Fix HelpText unhandled PlatformNotSupportedException on unsupported platforms

Open ins0mniaque opened this issue 4 months ago • 0 comments

Console.WindowWidth is not supported on some platforms (e.g. Android/iOS).

This applies the same fix found in ParserSettings.GetWindowWidth() to handle the PlatformNotSupportedException generated on those platforms.

ins0mniaque avatar Aug 24 '25 19:08 ins0mniaque