//! `jj-navi` is a small CLI-focused library for navigating Jujutsu workspaces.
//! It exposes the binary entrypoint plus a narrow set of formatting and domain
//! types used by the test suite.
/// Run the CLI binary entrypoint with the provided binary name and argv.
pub use main as run;
/// Crate-wide error type.
pub use ;