Make CliParser class reusable
nemec opened this issue · 0 comments
nemec commented
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!