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

Introduce the concept of a foreign argument. #7

Merged
merged 2 commits into from
Dec 11, 2016

Conversation

dglazkov
Copy link
Contributor

When an embedding application wants to integrate its argument
handling with typ, it can re-use typ's ArgumentParser subclass
and add its own arguments to it. They will be ignored and
not passed to spawned instances of typ.

dglazkov and others added 2 commits December 10, 2016 16:36
When an embedding application wants to integrate its argument
handling with typ, it can re-use typ's ArgumentParser subclass
and add its own arguments to it. They will be ignored and
not passed to spawned instances of typ.
Copy link
Owner

@dpranke dpranke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, it's not immediately obvious to me what a better solution would be.

@dpranke dpranke merged commit 69c6119 into dpranke:master Dec 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants