Skip to main content

Module cli

Module cli 

Source
Expand description

The command-line surface: the clap command tree, the shared value-enums it parses into, and the top-level dispatch. The thin binary calls Cli::try_parse then dispatch; the per-command logic lives in crate::scan and crate::vex.

Structs§

Cli

Functions§

dispatch
Run the parsed command, returning the process exit code (§8).