add prepare command
This commit is contained in:
@@ -34,9 +34,12 @@ switch (command){
|
||||
break;
|
||||
case "test":
|
||||
test(commandOption);
|
||||
break;
|
||||
case "prepare":
|
||||
|
||||
break;
|
||||
case "publish":
|
||||
publish();
|
||||
publish(commandOption);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user