Mise à jour Exec

This commit is contained in:
Louis Calas 2019-09-11 10:08:17 +02:00
parent ff445c8978
commit 3a6f86afa3

View File

@ -41,6 +41,7 @@ public class Exec {
}
} catch (ArrayIndexOutOfBoundsException e) {
CommandLine cmd = new CommandLine(new Help());
System.out.println(cmd.execute(args));