From 108bb84fb960884639560c04cd67143ba0a9608f Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:29:40 -0700 Subject: [PATCH] Update README.md with more new CLI options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 487d288..af5f78a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ Champollion is a CLI-only program. | -e | --header | Write header to decompiled psc file | | -g | --trace | Trace the decompilation and output results to rebuild log | | | --no-dump-tree | Do not dump tree for each node during decompilation tracing (requires --trace) | +| | --debug-funcs | Decompile inoperative debug and compiler-generated functions (default false) | | | --no-debug-line | Do not comment with debug info line numbers on script lines (default false) | | -i | --print-info | Print header info from the specified PEX file(s) and exit | | | --print-compile-time | Print the compile time of the script in format of {filename}: {time_integer} and exit | +| -v | --verbose | Verbose output | | -V | --version | Output version number | | -h | --help | Print help message |