Class HELP
java.lang.Object
org.jpos.q2.cli.HELP
- All Implemented Interfaces:
CLICommand
CLI command that prints a short help message pointing the user to tab-completion and
man.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] args) Executes the CLI command.
-
Constructor Details
-
HELP
public HELP()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
cli- the CLI contextargs- command arguments
-