//! Our public CLI that we ship to users.
#![deny(missing_docs)]#[cfg(test)]modintentionally_here{//! Keeping this here makes it easy to run all of the crate's tests from within the IDE.
//! You can call run tests in your IDE from the lib.rs file
//! (as long as your cursor is outside of this test module), which will then run all
//! of the tests in the crate (since every module is a descendent of lib.rs.)
#[test]fnintentionally_here(){}}