Barry Giles
Barry Giles
Using version 2.0.0-beta4.24126.1 The default help display does not reflect the tool name when installed as a .NET tool. Related to https://github.com/dotnet/command-line-api/issues/403 and https://github.com/dotnet/command-line-api/issues/682, but there is no possibility to...
I was using a BinderBase derived class in the SetHandler() function to convert several options into a complex type. Specifically, the options related to kafka configuration items and the binder...
I've read the best practices and various unicode issues in the repo, but I'm still a bit unclear on the best way to handle both unicode and non-unicode consoles. For...
I expect this is by design but was a surprise to me and I don't fully understand the motivations behind it. Passing an additional parameter to a sub command results...
**Information** - Windows - Version: 0.49.1 - Terminal: Windows Terminal and Cmder 1.3.25.328 I'm seeing different behaviour around ANSI output when redirecting output to a file on Windows Terminal vs...
Sorry if this is obvious, but I was wondering what the suggested migration path would look like for customized help layouts, now that the HelpBuilder is internal: https://github.com/dotnet/command-line-api/commit/8363e585244577511e5178bc441fbec7cf9c6053 https://github.com/dotnet/runtime/pull/116065 as...
**Information** - OS: Windows 11 - Version: 0.51.1 - Terminal: Windows Terminal **Describe the bug** When the terminal size becomes small enough, newlines are introduced into long strings, producing invalid...
Say there is an QuietOption which is a boolean and has some action associated with it. If --quiet is specified on the command line, the associated action gets added to...
As per the title. I've had a quick look through the code and I think this is because it generates the list of possible tokens from the children of the...