added new cli parser using CLI11 (#3950)

* added new cli parser using CLI11

* pff

* fixed repo

* fix game autodetection

* clear unessecary comments

* added a check

* fixed?

* parse extras

* one more try

* readded -g

* fixed ignore_game_patches flag

* some rewrite improvements
This commit is contained in:
georgemoralis
2026-01-24 14:57:24 +02:00
committed by GitHub
parent c8b45e5ebc
commit fa497f6bfd
5 changed files with 158 additions and 235 deletions

4
.gitmodules vendored
View File

@@ -123,3 +123,7 @@
[submodule "externals/aacdec/fdk-aac"]
path = externals/aacdec/fdk-aac
url = https://android.googlesource.com/platform/external/aac
[submodule "externals/ext-CLI11"]
path = externals/ext-CLI11
url = https://github.com/shadexternals/ext-CLI11.git
branch = main