Expand description
Command struct to interact with client.
Traits
- Trait to perform client operations.
Functions
- Check whether a command is blocking.
- Check whether a command is debugging command.
- Returns all the commands available, as well as the reverse index from the aliases to the commands.
- Check whether the input string is a valid diem address.
- Check whether the input string is a valid diem authentication key.
- Parse a cmd string, the first element in the returned vector is the command to run
- Print the help message for all sub commands.
- Print the error and bump up error counter.
- Execute sub command.