Picocli Basic Command Annotation

Descripción

Create a basic Picocli command annotation


File Template: ❌


Prefix

picocli:command


Scopes

java


Snippet de código

@Command(name = "${1:mycmd}", description = "${2:Description of the command}")