public class CLIHelp
extends java.lang.Object
| Constructor and Description |
|---|
CLIHelp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
help()
Method that prints usage help at the command line, and is called by the
CLIParser, if the "help" command was called by the user. |
protected static void |
out(java.lang.String option,
java.lang.String description) |
public static void help()
CLIParser, if the "help" command was called by the user.protected static void out(java.lang.String option,
java.lang.String description)