public interface IUsageFormatter
Modifier and Type | Method and Description |
---|---|
String |
getCommandDescription(String commandName) |
void |
usage(String commandName)
Display the usage for this command.
|
void |
usage(StringBuilder out)
Store the help in the passed string builder.
|
void |
usage(StringBuilder out,
String indent)
Stores the help in the passed string builder, with the argument indentation.
|
void |
usage(String commandName,
StringBuilder out)
Store the help for the command in the passed string builder.
|
void |
usage(String commandName,
StringBuilder out,
String indent)
Store the help for the command in the passed string builder, indenting every line with "indent".
|
void usage(String commandName)
void usage(String commandName, StringBuilder out)
void usage(StringBuilder out)
void usage(String commandName, StringBuilder out, String indent)
void usage(StringBuilder out, String indent)
Copyright © 2019. All rights reserved.