Class HelpCmd

java.lang.Object
org.gorpipe.gorshell.HelpCmd
All Implemented Interfaces:
java.lang.Runnable, picocli.CommandLine.IHelpCommandInitializable2

public class HelpCmd
extends java.lang.Object
implements picocli.CommandLine.IHelpCommandInitializable2, java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    HelpCmd()  
  • Method Summary

    Modifier and Type Method Description
    void init​(picocli.CommandLine helpCommandLine, picocli.CommandLine.Help.ColorScheme colorScheme, java.io.PrintWriter outWriter, java.io.PrintWriter errWriter)  
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • init

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