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

IArgument shouldn't make handlers store parsed_args #145

Closed
derks opened this issue Jul 31, 2012 · 0 comments
Closed

IArgument shouldn't make handlers store parsed_args #145

derks opened this issue Jul 31, 2012 · 0 comments

Comments

@derks
Copy link
Member

derks commented Jul 31, 2012

The app should call 'self.args.parse' and then store that as 'self.parsed_args' rather than 'self.args.parsed_args'. self.pargs would then need to point to self.parsed_args.

@ghost ghost assigned derks Jul 31, 2012
derks pushed a commit that referenced this issue Aug 3, 2012
@derks derks closed this as completed Aug 3, 2012
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