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
zipatchbinary.
Enums§
- Commands
- Subcommands exposed by the
zipatchbinary.
Functions§
- run
- Dispatch the parsed CLI to the matching subcommand implementation.