Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Lazy" subparsers #42

Open
neithere opened this issue Aug 20, 2013 · 0 comments
Open

"Lazy" subparsers #42

neithere opened this issue Aug 20, 2013 · 0 comments

Comments

@neithere
Copy link
Owner

Building the complete ArgumentParser tree in complex apps (with namespaced commands i.e. subparsers) can take considerable time (as it imports just about everything from the sub-apps). A "lazy" parsing tree could solve the problem. Also, plug-ins may require the tree to be "lazy".

This may help: http://code.google.com/p/argparse/issues/detail?id=52

Note: This issue has been automatically migrated from Bitbucket
Created by @neithere on 2013-04-19 11:36:31+00:00

@ghost ghost assigned neithere Aug 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant