class picocli.CommandLine$AutoHelpMixin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$AutoHelpMixin
  super_class: java.lang.Object
{
  private static final java.lang.String KEY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "mixinStandardHelpOptions"

  private boolean helpRequested;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      picocli.CommandLine$Option(names = {"${picocli.help.name.0:--h}", "${picocli.help.name.1:---help}"}, usageHelp = true, descriptionKey = "mixinStandardHelpOptions.help", description = {"Show this help message and exit."})

  private boolean versionRequested;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      picocli.CommandLine$Option(names = {"${picocli.version.name.0:--V}", "${picocli.version.name.1:---version}"}, versionHelp = true, descriptionKey = "mixinStandardHelpOptions.version", description = {"Print version information and exit."})

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$AutoHelpMixin this
         0: .line 12831
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$AutoHelpMixin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$AutoHelpMixin;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  AutoHelpMixin = picocli.CommandLine$AutoHelpMixin of picocli.CommandLine
  public abstract Option = picocli.CommandLine$Option of picocli.CommandLine