1#![cfg_attr(docsrs, feature(doc_cfg))] 2#![doc = include_str!(concat!("../", std::env!("CARGO_PKG_README")))] 3pub mod cli;