Merge Aether tools
This commit is contained in:
16
tools/project/Command.hx
Normal file
16
tools/project/Command.hx
Normal file
@@ -0,0 +1,16 @@
|
||||
package project;
|
||||
|
||||
|
||||
enum Command {
|
||||
|
||||
BUILD;
|
||||
CLEAN;
|
||||
DISPLAY;
|
||||
UPDATE;
|
||||
RUN;
|
||||
TEST;
|
||||
TRACE;
|
||||
PUBLISH;
|
||||
REBUILD;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user