Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug] Minor Visual Bug: collect Description Truncated in --help Text #63

Closed
kevinmatthes opened this issue Oct 12, 2022 · 4 comments
Closed

Comments

@kevinmatthes
Copy link

Hello, @nedbat,

First of all, thank you for your tool!

When trying to set up Scriv for one of my repositories, I encountered a minor visual bug in the --help text of the application. When calling

scriv --help

with the latest version, v0.17.0, installed from the Python Package Index, the description of the subcommand collect is truncated; see line 12:

Usage: scriv [OPTIONS] COMMAND [ARGS]...

  Manage changelogs.

  Version 0.17.0

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  collect         Collect fragments and produce a combined entry in the...
  create          Create a new scriv changelog fragment.
  github-release  Create or update GitHub releases from the changelog.

This is neither a critical nor an urgent bug, it is just reported for completeness.

@nedbat
Copy link
Owner

nedbat commented Oct 12, 2022

Sadly, click has an issue about this behavior which has been closed and locked without a real answer: pallets/click#486

@kevinmatthes
Copy link
Author

Thank you for the link! I have found the answer which I am going to submit in a new Pull Request.

kevinmatthes added a commit to kevinmatthes/scriv that referenced this issue Oct 12, 2022
kevinmatthes added a commit to kevinmatthes/scriv that referenced this issue Oct 12, 2022
* Fix nedbat#63

* Create changelog entry
@kevinmatthes
Copy link
Author

pallets/click#486 (comment) is a workaround which I submitted as #65 -- with a changelog entry, of course.

@nedbat
Copy link
Owner

nedbat commented Oct 12, 2022

Fixed in e7500f3.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants