type Cmd struct {
// Subcommands Show showCmd `command:"show" description:"shows the block span of available history and the datanode's current history block span"`
Load loadCmd `command:"load" description:"loads all the available history into the datanode"`
}