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

org.openapitools.codegen.cmd.GlobalOptions Maven / Gradle / Ivy

There is a newer version: 7.10.0
Show newest version
package org.openapitools.codegen.cmd;

import io.airlift.airline.Option;

import static io.airlift.airline.OptionType.GLOBAL;

public class GlobalOptions {
    @Option(type = GLOBAL, name = "--version", description = "Display full version output", hidden = true)
    public boolean version;

    @Option(type = GLOBAL, name = "--help", description = "Display help about the tool", hidden = true)
    public boolean help;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy