From a1753244c86c638776396809e61a5c007131e8ed Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:26:39 -0700 Subject: [PATCH] Update Readme.md with new CLI options --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ebb225..487d288 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,13 @@ 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) | -| | --version | Output version number | +| | --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 | --version | Output version number | | -h | --help | Print help message | + ## Build Dependencies * Boost (installable through vcpkg)