Änderungen

Summary

  1. CLI updates (#31) (commit: b004e99) (details)
Commit b004e9943c1422d9934ea07382f55243fa8a580a by noreply
CLI updates (#31)
* fix test execution

* Update CMDTests.kt

* change runargs to assume local project by default
and align with other package managers

* get rid of silent and force
instead detect no args as GUI launch and add flag for task confirmation


* fix tests

* save config on install/remove dep

* simplify argument parsing, remove args4j dependency

* Don't have default strings inside buildMapData

* also remove description and suggestedPlayers text

* Update CMDTests.kt

* throw exception on malformed wurst.build, fix tests

* Update CMDTests.kt

* Update CMDTests.kt

* remove duplicate main, throw exception instead of exit(1), fix test

* Update CMDTests.kt
(commit: b004e99)
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
The file was modifiedsrc/main/kotlin/file/ExceptionHandler.kt (diff)
The file was modifiedsrc/main/kotlin/global/CLIParser.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/test/kotlin/InstallationTests.kt (diff)
The file was addedsrc/main/kotlin/file/CLICommands.kt
The file was modifiedsrc/main/kotlin/file/SetupMain.kt (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/test/kotlin/CMDTests.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/file/YamlHelper.kt (diff)
The file was modifiedsrc/main/kotlin/ui/UiManager.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/test/kotlin/ConnectivityTests.kt (diff)
The file was modified.gitignore (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was modified.editorconfig (diff)
The file was modifiedsrc/main/kotlin/global/Log.kt (diff)
The file was modifiedREADME.md (diff)