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 porton
Recipients porton
Date 2018-12-08.21:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544306329.79.0.788709270274.issue35442@psf.upfronthosting.co.za>
In-reply-to
Content
We should consider some way to implement argparse functionality asked here:

https://stackoverflow.com/q/53686523/856090

It is unclear how exactly to do this. This message is a call to discuss what should be the information format and API.

The awful thing is that I may need to write my own command line parser, as current argparse seems to be unable to provide this functionality.

I think, I will implement this for my program sooner or later but the idea to write my own analogue of argparse somehow terrifies me.
History
Date User Action Args
2018-12-08 21:58:49portonsetrecipients: + porton
2018-12-08 21:58:49portonsetmessageid: <1544306329.79.0.788709270274.issue35442@psf.upfronthosting.co.za>
2018-12-08 21:58:49portonlinkissue35442 messages
2018-12-08 21:58:49portoncreate