This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mohankumar
Recipients mohankumar
Date 2016-03-07.12:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457353096.4.0.167120061283.issue26503@psf.upfronthosting.co.za>
In-reply-to
Content
We are using Python argsparse library here to display below --help message .
In --help option , new line option not handled correctly , Especially in "mandatory parameters" (required=True) better to place a new line before for better readability , Since it not having any separators like list brackets in "Non Mandatory parameters".

For example In below help , there must be a new line before "--protocol" and " --action" for better readability


Neutron firewall-rule-create [-h]
                                    [-f {html,json,json,shell,table,value,yaml,yaml}]
                                    [-c COLUMN] [--max-width <integer>]
                                    [--noindent] [--prefix PREFIX]
                                    [--request-format {json,xml}]
                                    [--tenant-id TENANT_ID] [--name NAME]
                                    [--description DESCRIPTION] [--shared]
                                    [--source-ip-address SOURCE_IP_ADDRESS]
                                    [--destination-ip-address DESTINATION_IP_ADDRESS]
                                    [--source-port SOURCE_PORT]
                                    [--destination-port DESTINATION_PORT]
                                    [--enabled {True,False}] --protocol
                                    {tcp,udp,icmp,any} --action
                                    {allow,deny,reject}
History
Date User Action Args
2016-03-07 12:18:16mohankumarsetrecipients: + mohankumar
2016-03-07 12:18:16mohankumarsetmessageid: <1457353096.4.0.167120061283.issue26503@psf.upfronthosting.co.za>
2016-03-07 12:18:16mohankumarlinkissue26503 messages
2016-03-07 12:18:15mohankumarcreate