//! `cargo-tangle dev` — zero-config local Tangle devnet with Blueprint Manager.
//!
//! Replaces the shell-scripted boot sequence (anvil → keystore → manager → permitted caller
//! → write .tangle.toml) with a single command. Runs detached so it doesn't block the terminal;
//! `dev down` tears everything down.
use Subcommand;