Example usage for io.vertx.core.spi.launcher DefaultCommand subclass-usage

List of usage examples for io.vertx.core.spi.launcher DefaultCommand subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi.launcher DefaultCommand subclass-usage.

Usage

From source file examples.cli.MyCommand.java

@Name("my-command")
@Summary("A simple hello command.")
public class MyCommand extends DefaultCommand {

    private String name;

From source file io.apiman.gateway.platforms.vertx3.ApimanVersionCommand.java

@Name("version")
@Summary("Displays the version.")
@Description("Prints the version of the apiman gateway.")
@SuppressWarnings("nls")
public class ApimanVersionCommand extends DefaultCommand {
    private static final Logger log = LoggerFactory.getLogger(ApimanVersionCommand.class);