1 2 3 4 5 6 7
pub mod cli { #[doc = include_str!("cmd_ota.md")] pub mod ota {} #[doc = include_str!("cmd_flash.md")] pub mod flash {} }