//! snapdir CLI binary.
//!
//! Thin clap-derive front end for the `snapdir` orchestrator. `manifest` and
//! `id` are wired to `snapdir-core`'s in-process walk; the remaining
//! subcommands are stubs pending later gates. Business logic lives in the
//! libraries — this binary only parses, dispatches, and maps errors to exit
//! codes.
use ExitCode;
use Parser;
use crateCli;