Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to configure help width #723

Open
ShaneMurphy2 opened this issue Jul 8, 2024 · 0 comments
Open

Add option to configure help width #723

ShaneMurphy2 opened this issue Jul 8, 2024 · 0 comments

Comments

@ShaneMurphy2
Copy link

When viewing the help output on a vertical monitor, almost all the help text wraps pretty terribly. It would be nice to be able to configure newlines between the help text and things like enum options.

So instead of this:

  -o, --option     <option>  - Some option help.                           (required, Values: "foo
", "bar")

I'm thinking this:

  -o, --option     <option>  - Some option help. 
                               (required, Values: "foo", "bar")

It seems like this is a result of the output formatter assuming a fixed terminal width.

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

No branches or pull requests

1 participant