Share RunProcess with CLI

This commit is contained in:
Dave Syer
2014-05-01 09:19:42 +01:00
parent 240788862e
commit b884a73396
5 changed files with 8 additions and 167 deletions

View File

@@ -48,7 +48,7 @@ public class RunProcess {
this.command = command;
}
public void run(String... args) throws Exception {
public void run(String... args) throws IOException {
run(Arrays.asList(args));
}