Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CLI sub-commands help text is truncated #150

Open
@cmpadden

Description

@cmpadden

Problem

I am noticing the help text for commands are being truncated, see screenshot below:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions