indentation for help command
Bug #1812666 reported by
mayur
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.