public class PrintHelpMessage
An exception that indicates that the command's help should be printed.
Execution should be immediately halted with an error.
Constructor and Description |
---|
PrintHelpMessage(CliktCommand command)
An exception that indicates that the command's help should be printed.
|
Modifier and Type | Method and Description |
---|---|
CliktCommand |
getCommand() |
public PrintHelpMessage(CliktCommand command)
An exception that indicates that the command's help should be printed.
Execution should be immediately halted with an error.
public CliktCommand getCommand()