hemtt utils paa inspect
Inspect a PAA file
Usage: inspect [OPTIONS] <PAA>
Arguments:
<PAA> PAA to inspect
Options:
--format <FORMAT> Output format [default: ascii] [possible values: ascii, json, pretty-json,
markdown]
-h, --help Print help (see more with '--help')
Arguments
<PAA>
PAA 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