GoldenDelicios / Lite2Edit

Java application: Converts Litematics to WorldEdit schematics
MIT License
125 stars 12 forks source link

CLI API #9

Closed Regela closed 6 months ago

Regela commented 11 months ago

Please add CLI API. It is necessary to add a -help argument to indicate how to use it and the ability to redo schematics without launching the GUI. Thank you )

joestr commented 9 months ago

Yeah a CLI would be nice!

emeraldtip commented 7 months ago

I might do it if I have time

emeraldtip commented 7 months ago

Is done I've published a release here, check the README for instructions

I've also opened a pull request to get the changes into the main repo

GoldenDelicios commented 6 months ago

Thanks for your help @emeraldtip. I've published release 1.2 which includes this feature.

AnhDVCoding commented 5 months ago

Is done I've published a release here, check the README for instructions

I've also opened a pull request to get the changes into the main repo

Hi, I try the CLI but didn't work, it just kept opened the GUI up but not convert any file, can u check please?

AnhDVCoding commented 5 months ago

nvm, i checked the source code and the correct CLI is "java -jar Lite2Edit-1.2.0.jar --cli test.litematic"