You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary & Motivation
Brings the `sphinx-click` extension in-house until the upstream issue is
resolved:
click-contrib/sphinx-click#150
This will allow us to customize / remove the truncated text for the time
being.
## How I Tested These Changes
## Changelog
NOCHANGELOG
Problem
I am noticing the help text for commands are being truncated, see screenshot below:
Reason
The
command.get_short_help_str()
method is used to generate help strings for in the_format_subcommand
function.This methods defaults to truncating at
limit=45
:get_short_help_str(limit=45)
:Solution
Would it be possible to make this behavior configurable, and allow for us to get the full help text for sub-commands?
Thanks!
The text was updated successfully, but these errors were encountered: