-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels