Skip to main content

Crate zad_cli

Crate zad_cli 

Source
Expand description

zad-cli — command-line interface for the zad library.

The binary entry point (main) parses CLI arguments and dispatches into cli::run, which then drives the library to do the actual work. Everything here is CLI-bound: clap argument structs, interactive prompts via dialoguer, stderr/stdout formatting, and the dry-run echo machinery.

Rust projects that want to embed zad’s functionality should depend on the zad library directly, not on this crate.

Modules§

cli
output
Central semantic output module (OSS_SPEC.md §19.4).