Skip to content

Commit

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

0 comments on commit a175324

Please sign in to comment.