Skip to main content

Module cli

Module cli 

Source
Available on crate feature cli only.
Expand description

Command-line inspector scaffolding for the zipatch binary.

Gated behind the cli cargo feature so the default library build pulls in no extra dependencies. The binary entry point lives at src/bin/zipatch.rs. Command-line inspector. Gated behind the cli cargo feature.

The public surface is intentionally narrow: a Cli clap struct, a Commands subcommand enum, and a run entry point. The zipatch binary is a one-liner over these.

Structs§

Cli
Top-level CLI parser for the zipatch binary.

Enums§

Commands
Subcommands exposed by the zipatch binary.

Functions§

run
Dispatch the parsed CLI to the matching subcommand implementation.