indentation for help command

Bug #1812666 reported by mayur
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cliff
New
Undecided
Unassigned

Bug Description

while using cliff with --help parameter, the command and description looks weird because of hard coded spaces in help.py file.

It should be dynamic as per user because user might be using different devices with different resolutions.

Cliff -> help.py -> app.stdout.write(' %-13s %s%s\n' % (name, one_liner, dist_info))
(Line number 67) contains hard coded 13 spaces.

I'm using cliff into my application as dependencies which will get installs using pip.
we should pass this spaces parameter from somewhere.

Tags: indentation
mayur (mayurvpatil)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.