public class CommandHelp extends AbstractCommand
| Constructor and Description |
|---|
CommandHelp() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns a possibly longer documentation of the command.
|
void |
help(PrintStream out,
com.beust.jcommander.JCommander argumentParser) |
static String |
usageString(String command,
com.beust.jcommander.JCommander argumentParser) |
processpublic static String usageString(String command, com.beust.jcommander.JCommander argumentParser)
public void help(PrintStream out, com.beust.jcommander.JCommander argumentParser)
public String description()
AbstractCommanddescription in class AbstractCommandCopyright © 2019. All rights reserved.