//! Public entry point for the `unityprobe` command crate. #![allow(clippy::multiple_crate_versions)] mod cli; pub use cli::main_entry;