-
Constructor Summary
Constructors
-
Method Summary
picocli.CommandLine
static void
help(picocli.CommandLine commandLine,
String... args)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HelpAction
public HelpAction()
-
Method Details
-
help
public static void help(picocli.CommandLine commandLine,
String... args)
-
getCommandLine
public picocli.CommandLine getCommandLine()
-
setCommandLine
public HelpAction setCommandLine(picocli.CommandLine commandLine)
-
run
public void run()
- Specified by:
run in interface Runnable