stream.println(" " + serviceName);
}
}
public static void main(String... args) throws Exception {
Main main = new Main(
new VersionCommand(),
new LaunchClusterCommand(),
new DestroyClusterCommand(),
new ListClusterCommand()
);
int rc = main.run(System.in, System.out, System.err, Arrays.asList(args));