-
Notifications
You must be signed in to change notification settings - Fork 25
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 an option in printing to turn on/off double spacing in help message #275
Comments
yes, there are only two columns at the moment. |
you mean no space between commands? Or there is double space before Usage? |
Right now it gets printed like this:
I would like it to get printed as this:
To save on vertical space. |
The proposed format here looks too dense to me when the description is long, it's hard to tell which text belong to which option, which was why I put space in between, so it's not a bug it's a feature... I'm OK with having an option to turn this on/off. But I currently don't have the capacity to work on it. I'm preparing my defense. It shouldn't be too hard to add it here: https://github.com/comonicon/Comonicon.jl/blob/main/src/ast/printing.jl#L51 |
yeah, it's prob because the two columns are too far. I agree with that. |
My package AirspeedVelocity.jl has its help message with double lined spaces:
It's been this way for a while but I'm adding more arguments now and its filling up beyond the terminal screen.
Is this expected? Is there any way to have it give single lined spaces instead?
Here is the command: https://github.com/MilesCranmer/AirspeedVelocity.jl/blob/master/src/BenchPkg.jl#L40. I see the double spacing this in both zsh and nushell.
The text was updated successfully, but these errors were encountered: