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