usage: trailmark [-h] [--version]
                 {version,analyze,diff,entrypoints,augment,diagram} ...

Parse source code into queryable graphs (<VERSION>)

positional arguments:
  {version,analyze,diff,entrypoints,augment,diagram}
    version             Print the Trailmark version and exit
    analyze             Analyze a directory and output the code graph
    diff                Structural diff between two code graphs
    entrypoints         List detected entrypoints and their trust
                        classification
    augment             Augment a code graph with SARIF or weAudit findings
    diagram             Generate a Mermaid diagram from the code graph

options:
  -h, --help            show this help message and exit
  --version, -V         show program's version number and exit
