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

Make CliParser class reusable #32

Open
nemec opened this issue Aug 27, 2016 · 0 comments
Open

Make CliParser class reusable #32

nemec opened this issue Aug 27, 2016 · 0 comments

Comments

@nemec
Copy link
Owner

nemec commented Aug 27, 2016

I've done work on the backend to separate parsing into two discrete steps: building a configuration and the act of parsing. There are some situations (such as a chat bot) where it would make sense to parse multiple inputs with the same config, but currently the 'object' is passed in the CliParser constructor, meaning each parser can only write to one object!

@nemec nemec added this to the 2.0 Release milestone Aug 27, 2016
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