Package convex.cli

Class Help

All Implemented Interfaces:
Runnable, picocli.CommandLine.IHelpCommandInitializable2

public class Help extends ACommand implements picocli.CommandLine.IHelpCommandInitializable2
  • Field Details

    • parent

      protected ACommand parent
    • commandLine

      protected picocli.CommandLine commandLine
  • Constructor Details

    • Help

      public Help()
  • Method Details

    • init

      public void init(picocli.CommandLine helpCommandLine, picocli.CommandLine.Help.ColorScheme colorScheme, PrintWriter outWriter, PrintWriter errWriter)
      Specified by:
      init in interface picocli.CommandLine.IHelpCommandInitializable2
    • cli

      public Main cli()
      Description copied from class: ACommand
      Gets the current CLI main command instance
      Specified by:
      cli in class ACommand
      Returns:
      CLI instance
    • execute

      protected void execute() throws InterruptedException
      Description copied from class: ACommand
      Execute this command. Subclasses should override this to provide specific command functionality
      Specified by:
      execute in class ACommand
      Throws:
      InterruptedException