Skip to content

Add API to copy all attributes of a ParserSpec to a CommandSpec #352

@remkop

Description

@remkop

So that client code can look like this:

CommandSpec command = CommandSpec.create();
ParserSpec parserSettings = createParserSettings();
command.parser(parserSettings);
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions