//! Library interface for integration tests.
//!
//! `omne-cli` is a binary crate — this `lib.rs` exists solely to expose
//! test seams (`init_with_tarballs`) to the integration test files in
//! `tests/`. No external consumers depend on this library interface.
pub use ;
pub use ;
pub use validate_at_root;
pub use CliError;
pub use GithubClient;