Skip to content

Make CliParser class reusable #32

@nemec

Description

@nemec

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions