All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.cli.common.HelpOption Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
package io.quarkus.cli.common;

import picocli.CommandLine;

public class HelpOption {
    @CommandLine.Option(names = { "-h", "--help" }, usageHelp = true, description = "Display this help message.")
    public boolean help;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy