Library entry point for the qn CLI.
qn
This module exists so integration tests can call into the CLI in-process. See tests/common/mod.rs for the test harness.
tests/common/mod.rs
pub use cli::Cli;
pub use errors::CliError;