nethad / clustermeister

Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Apache License 2.0
6 stars 2 forks source link

CLI: shutdown and exit command semantics #39

Open danielspicar opened 12 years ago

danielspicar commented 12 years ago

If the user issues the shutdown command, the CLI is rendered useless because the local driver is shut down. So there is nothing else than exit to issue for the user. Issuing any other command can lead to unexpected behavior and is likely to fail.

We need to either eliminate exit or change the semantics of these commands.