add prepare command

This commit is contained in:
2016-06-01 05:42:37 +02:00
parent 34f29bb4b4
commit 8fec378a53
6 changed files with 76 additions and 16 deletions

View File

@@ -34,9 +34,12 @@ switch (command){
break;
case "test":
test(commandOption);
break;
case "prepare":
break;
case "publish":
publish();
publish(commandOption);
break;
default:
break;