Revert "game: cleanup gk's CLI documentation" (#2306)

Reverts open-goal/jak-project#2189

can't figure out how to use the new options yet
This commit is contained in:
water111
2023-03-09 20:24:43 -05:00
committed by GitHub
parent 021bae08ec
commit 15bf281377
18 changed files with 117 additions and 203 deletions
-3
View File
@@ -7,7 +7,6 @@
#include "common/util/FileUtil.h"
#include "common/util/diff.h"
#include "common/util/string_util.h"
#include "common/util/unicode_util.h"
#include "common/versions.h"
#include "goalc/compiler/Compiler.h"
@@ -25,8 +24,6 @@ void setup_logging() {
}
int main(int argc, char** argv) {
ArgumentGuard u8_guard(argc, argv);
bool auto_find_user = false;
std::string cmd = "";
std::string username = "#f";