Skip to content

Commit

Permalink
Update README.md with more new CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita authored Oct 3, 2023
1 parent a175324 commit 108bb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 108bb84

Please sign in to comment.