argument parsing

This commit is contained in:
dfsek
2021-03-08 00:14:19 -07:00
parent 0d58201e3f
commit c1b04d1772
8 changed files with 151 additions and 10 deletions
@@ -8,6 +8,6 @@ import com.dfsek.terra.api.command.annotation.Command;
public class StructureExportCommand implements CommandTemplate {
@Override
public void execute(ExecutionState state) {
System.out.println("export command");
}
}