Skip to content

Add API to copy all attributes of a UsageMessageSpec to a CommandSpec #353

@remkop

Description

@remkop

Add API to copy all attributes of a UsageMessageSpec to a CommandSpec.

So that client code can look like this:

CommandSpec command = CommandSpec.create();
UsageMessageSpec settings = createUsageMessage();
command.usageMessage(settings);
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions