Skip to content

Rich formatter should never truncate package name #7

@sveetch

Description

@sveetch

This is considered as a bug even it does not break anything.

Currently if a package name is longer that "Name" column size, the name string is truncated leading to something like django-phonenumber-fie… instead of django-phonenumber-field.

Truncated name is not a good practice at all, the package name is the first important information and it should always be complete.

Maybe we can enable the option to break the name on multiple line if really necessary.

Also the table width in Rich formatter is not very long, it could be longer or variadic depending terminal size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions