Skip to main content

Crate typg_cli

Crate typg_cli 

Source
Expand description

typg CLI.

The CLI exposes three user-facing modes:

  • find for live scans over directories,
  • cache for reusing saved metadata or an LMDB index,
  • serve for 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.