Skip to content

Support label with @Option #732

Closed
Closed
@jvalkeal

Description

@jvalkeal

Basically what we have in a CommandRegistration should be supported via annotation:

CommandRegistration.builder()
	.withOption()
		.longNames("arg2")
		.label("MYLABEL")
		.and()
	.build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions