org.mapfish.print.cli.CliHelpDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
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