Package convex.cli.account
Class AccountCreate
java.lang.Object
convex.cli.ACommand
convex.cli.account.AAccountCommand
convex.cli.account.AccountCreate
- All Implemented Interfaces:
Runnable
Convex account create command
convex.account.create
-
Field Summary
Fields inherited from class convex.cli.account.AAccountCommand
peerMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.account.AAccountCommand
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
-
AccountCreate
public AccountCreate()
-
-
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 classAAccountCommand
- Returns:
- CLI instance
-