Skip to content

Commit 108bb84

Browse files
authored
Update README.md with more new CLI options
1 parent a175324 commit 108bb84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Champollion is a CLI-only program.
2121
| -e | --header | Write header to decompiled psc file |
2222
| -g | --trace | Trace the decompilation and output results to rebuild log |
2323
| | --no-dump-tree | Do not dump tree for each node during decompilation tracing (requires --trace) |
24+
| | --debug-funcs | Decompile inoperative debug and compiler-generated functions (default false) |
2425
| | --no-debug-line | Do not comment with debug info line numbers on script lines (default false) |
2526
| -i | --print-info | Print header info from the specified PEX file(s) and exit |
2627
| | --print-compile-time | Print the compile time of the script in format of {filename}: {time_integer} and exit |
28+
| -v | --verbose | Verbose output |
2729
| -V | --version | Output version number |
2830
| -h | --help | Print help message |
2931

0 commit comments

Comments
 (0)