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

org.mapfish.print.cli.CliHelpDefinition Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.cli;

import com.sampullara.cli.Argument;

/**
 * The Cli definition for when the user wants to print the cli usage/options.
 */
public class CliHelpDefinition {
    /**
     * Print all the commandline options.
     */
    @Argument(description = "Print all the commandline options.", alias = "?")
    public boolean help = false;

    CliHelpDefinition() {
        // this is intentionally empty
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy