new HostListCommand(p("hosts"));
new HostRegisterCommand(p("register"));
new HostDeregisterCommand(p("deregister"));
// Master Commands
new MasterListCommand(p("masters"));
// Version Command
final Subparser version = p("version").help("print version of master and client");
new VersionCommand(version);
}