Searched defs:SubCommandInfo (Results 1 – 2 of 2) sorted by relevance
67 pub struct SubCommandInfo<'a> { struct69 pub name: &'a str,71 pub command: CommandInfoWithArgs<'a>,
330 pub type SubCommandInfo = argh_shared::SubCommandInfo<'static>; typedef