//! `clv` alias binary entry point.
//!//! Thin wrapper — identical to the `claude_version` binary.
//! This separate file gives Cargo a unique compilation unit per `[[bin]]`
//! target, eliminating the "same file in multiple targets" warning.
fnmain(){claude_version::run_cli();}