vertx / io.vertx.core.cli.annotations / Name

Name

@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Name

Defines the name of a CLI.

Author
Clement Escoffier

Constructors

<init>

Name(value: String)

Defines the name of a CLI.

Properties

value

val value: String

The command name.