Package picocli
Class CommandLine.AutoHelpMixin
- java.lang.Object
-
- picocli.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()
-
-
-
Field Detail
-
KEY
private static final java.lang.String KEY
- See Also:
- Constant Field Values
-
helpRequested
private boolean helpRequested
-
versionRequested
private boolean versionRequested
-
-