Expand description
typg CLI.
The CLI exposes three user-facing modes:
findfor live scans over directories,cachefor reusing saved metadata or an LMDB index,servefor HTTP access to the same query model.
The command-line flags map directly onto the shared Query type in
typg-core, so the same filter semantics apply across live, cached, HTTP,
and Python entry points.
Made by FontLab https://www.fontlab.com/
Structs§
- Cli
- Top-level CLI definition.
Functions§
- run
- Parse CLI arguments and dispatch to the appropriate handler.