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