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

Can the --help output be wrapped differently? #3057

Closed
bluetech opened this issue Apr 16, 2024 · 1 comment · Fixed by #3058
Closed

Can the --help output be wrapped differently? #3057

bluetech opened this issue Apr 16, 2024 · 1 comment · Fixed by #3058
Assignees
Labels
cli Related to the command line interface

Comments

@bluetech
Copy link

bluetech commented Apr 16, 2024

The uv pip install --help output looks like this for me:

image

This is pretty minor, but the long lines which wrap (the "When enabled ..." lines in this image) are not indented, which makes it hard (for me at least) to quickly scan the options. I think for this reason usually the wrapping is indented.

For contract, here is part of ruff check --help:

image

and pip install --help:

image


Version: uv 0.1.32
Platform: Linux

@AlexWaygood
Copy link
Member

We probably just need to do the same thing we did over at Ruff in astral-sh/ruff#9633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants