Activity log for bug #1812666

Date Who What changed Old value New value Message
2019-01-21 13:11:20 mayur bug added bug
2019-01-22 06:42:44 mayur 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. 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.