Skip to main content

Module ct_okf

Module ct_okf 

Source
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
CheckArgs
Cli
FindArgs
Framing
Framing options shared by the check verbs (validate, links).
GenIndexArgs
IndexArgs
InitArgs
LogArgs
MvArgs
RootsArgs
ScriptArgs
SearchArgs
SetArgs
ShowArgs

Enums§

Command
The ct-okf verbs.
IndexCmd
RootsCmd