Comment 0 for bug 1812666

Revision history for this message
mayur (mayurvpatil) wrote :

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.