Class HELP

java.lang.Object
org.jpos.q2.cli.HELP
All Implemented Interfaces:
CLICommand

public class HELP extends Object implements CLICommand
CLI command that prints a short help message pointing the user to tab-completion and man.
  • Constructor Details

    • HELP

      public HELP()
      Default constructor; no instance state to initialise.
  • Method Details

    • exec

      public void exec(CLIContext cli, String[] args)
      Description copied from interface: CLICommand
      Executes the CLI command.
      Specified by:
      exec in interface CLICommand
      Parameters:
      cli - the CLI context
      args - command arguments