1//! 命令行相关工具 2#![cfg_attr(docsrs, feature(doc_cfg))] 3 4extern crate self as wang_utils_command; 5mod execute_async; 6pub use execute_async::*;