Package convex.cli
Class Help
java.lang.Object
convex.cli.ACommand
convex.cli.Help
- All Implemented Interfaces:
Runnable
,picocli.CommandLine.IHelpCommandInitializable2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncli()
Gets the current CLI main command instanceprotected void
execute()
Execute this command.void
init
(picocli.CommandLine helpCommandLine, picocli.CommandLine.Help.ColorScheme colorScheme, PrintWriter outWriter, PrintWriter errWriter) Methods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Field Details
-
parent
-
commandLine
protected picocli.CommandLine commandLine
-
-
Constructor Details
-
Help
public Help()
-
-
Method Details
-
init
public void init(picocli.CommandLine helpCommandLine, picocli.CommandLine.Help.ColorScheme colorScheme, PrintWriter outWriter, PrintWriter errWriter) - Specified by:
init
in interfacepicocli.CommandLine.IHelpCommandInitializable2
-
cli
Description copied from class:ACommand
Gets the current CLI main command instance -
execute
Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality- Specified by:
execute
in classACommand
- Throws:
InterruptedException
-