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

io.quarkiverse.playpen.client.util.HelpOption Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.playpen.client.util;

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