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 Shani Armon
Recipients Shani Armon, paul.j3, rhettinger
Date 2020-05-06.05:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588743289.59.0.821808279113.issue40509@roundup.psfhosted.org>
In-reply-to
Content
Why is REMAINDER any more complicated than ZERO_OR_MORE? I need to make a subcommand system (think jupyter style) and -- isn't an intuitive interface. Jupyter just doesn't use argparse in the subcommand case. I prever to in order to support options given before the subcommand, outside the mutually exclusive group (like -C for git)
History
Date User Action Args
2020-05-06 05:34:49Shani Armonsetrecipients: + Shani Armon, rhettinger, paul.j3
2020-05-06 05:34:49Shani Armonsetmessageid: <1588743289.59.0.821808279113.issue40509@roundup.psfhosted.org>
2020-05-06 05:34:49Shani Armonlinkissue40509 messages
2020-05-06 05:34:48Shani Armoncreate