Package convex.cli.account
Class AccountInformation
java.lang.Object
convex.cli.ACommand
convex.cli.account.AAccountCommand
convex.cli.account.AccountInformation
- All Implemented Interfaces:
Runnable
Convex account information command
convex.account.infomation
-
Field Summary
Fields inherited from class convex.cli.account.AAccountCommand
peerMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.account.AAccountCommand
cli, connect
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
-
Constructor Details
-
AccountInformation
public AccountInformation()
-
-
Method Details
-
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
-