hemtt utils pbo inspect
Inspect a PBO file
Usage: inspect [OPTIONS] <PBO>
Arguments:
<PBO> PBO to inspect
Options:
--format <FORMAT> Output format [default: ascii] [possible values: ascii, json, pretty-json,
markdown]
-h, --help Print help (see more with '--help')
Description
Inspect a PBO file
Example
Check abe_main.pbo located in the build folder
hemtt.exe utils pbo inspect .hemttout\build\addons\abe_main.pbo
Arguments
<PBO>
PBO to inspect
--format <FORMAT>
Output format
Possible values:
- ascii - an ascii table for the terminal
- json - compact json, ideal for machines
- pretty-json - pretty json, ideal for humans
- markdown - a markdown table, ideal for documentation or GitHub