Package convex.cli.account
Class Account
java.lang.Object
convex.cli.ACommand
convex.cli.ATopCommand
convex.cli.account.Account
- All Implemented Interfaces:
Runnable
Convex account sub commands
convex.account
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
mainParent
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
execute
public void execute()Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality -
cli
Description copied from class:ACommand
Gets the current CLI main command instance- Overrides:
cli
in classATopCommand
- Returns:
- CLI instance
-