Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • HelpCmd

        public HelpCmd()
    • Method Detail

      • 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