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 falu2010
Recipients falu2010
Date 2017-02-22.23:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487804455.46.0.830935553244.issue29626@psf.upfronthosting.co.za>
In-reply-to
Content
When I use argparse the optional arguments with character "-p" and "-s" has improper spacing while using help/usage command.

Sample out put from argparse module:

usage: cli node list [-h] [-p] [-o]

Lists nodes in your current project.

optional arguments:
  -h, --help         show this help message and exit
  // extra space after p
  -p , --projectid  
  -o, --org         (For administrators only) Lists all the nodes in
History
Date User Action Args
2017-02-22 23:00:55falu2010setrecipients: + falu2010
2017-02-22 23:00:55falu2010setmessageid: <1487804455.46.0.830935553244.issue29626@psf.upfronthosting.co.za>
2017-02-22 23:00:55falu2010linkissue29626 messages
2017-02-22 23:00:55falu2010create