Expand description
The ct-okf command grammar (see crate::cli). Unlike the other leaf
tools — which are flat-flag — ct-okf is subcommand-shaped (ct okf search, ct okf roots add, …), because its surface spans querying,
root management, index maintenance, and authoring. The ct-okf bin is a
parse-and-dispatch wrapper over this Cli.
Global flags (--json, --quiet, --base, the walker vocabulary, …) are
declared global so they may appear before or after the subcommand; the
per-verb flags live on each subcommand’s args struct.
Structs§
- AddArgs
- Check
Args - Cli
- Find
Args - Framing
- Framing options shared by the check verbs (
validate,links). - GenIndex
Args - Index
Args - Init
Args - LogArgs
- MvArgs
- Roots
Args - Script
Args - Search
Args - SetArgs
- Show
Args