Skip to content

Conversation

@CreepyGnome
Copy link
Contributor

Added ParserSettings.MaximumDisplayWidth property that will be passed to
HelpText

Added maxDisplayWidth params to several methods with a default of
DefaultMaximumLength if not provided

Added an attempt to set the MaximumDisplayWidth in ParserSettings and
HelpText to Console.WindowWidth and if it isn't possible use
MaximumDisplayWidth instead.

…t. Made easier to override by bring it up to the ParserSettings class. Added ParserSettings.MaximumDisplayWidth property that will be passed to HelpText Added maxDisplayWidth params to several methods with a default of DefaultMaximumLength if not provided Added an attempt to set the MaximumDisplayWidth in ParserSettings and HelpText to Console.WindowWidth and if it isn't possible use MaximumDisplayWidth instead.
@CreepyGnome
Copy link
ContributorAuthor

@sergiorykov until it is released I would recommend forking or cloning to build it yourself. This is what I have done from my fork, as I have two other pending pull requests plus this one that is merged that I use.

They have several pull requests pending reviews still to go through plus what they have accept since the last beta was released. I am sure they will release a new beta build as soon as they kind find some time.

@sergiorykov
Copy link

Thank you!

It seems I will wait for the next beta :)

@nemec
Copy link
Collaborator

@sergiorykov unfortunately only the project owner has NuGet access and he is MIA right now. What I usually do in these situations is set up a local NuGet repo (can simply be a folder on your PC) and build a NuGet package for yourself. Once an official version is available, it should be a clean upgrade.

Sign up for freeto 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.

3 participants

@CreepyGnome@sergiorykov@nemec