Skip to content

Conversation

@Keboo
Copy link
Member

@Keboo Keboo commented Oct 3, 2022

Previously when outputting the system console it would override the requested maxWidth.
This change respects the requested max width when it is specified using the CommandLineBuilder.

var parser = new CommandLineBuilder(command)
                .UseHelp(maxWidth: 30)
                .UseDefaults()
                .Build();

@jonsequitur jonsequitur merged commit cf7a861 into dotnet:main Oct 3, 2022
@Keboo Keboo deleted the fixHelpMaxWidth branch January 31, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants