Package picocli

Class CommandLine.AutoHelpMixin

  • Enclosing class:
    CommandLine

    static class CommandLine.AutoHelpMixin
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean helpRequested  
      private static java.lang.String KEY  
      private boolean versionRequested  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoHelpMixin()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • helpRequested

        private boolean helpRequested
      • versionRequested

        private boolean versionRequested
    • Constructor Detail

      • AutoHelpMixin

        AutoHelpMixin()