Searched defs:CommandInfo (Results 1 – 5 of 5) sorted by relevance
33 struct CommandInfo { struct34 unsigned getID() const { in getID()38 const char *Name;41 const char *EndCommandName;44 enum { NumCommandIDBits = 20 };47 unsigned ID : NumCommandIDBits;51 unsigned NumArgs : 4;54 unsigned IsInlineCommand : 1;57 unsigned IsBlockCommand : 1;61 unsigned IsBriefCommand : 1;[all …]
10 pub struct CommandInfo<'a> { struct22 pub fn write_description(out: &mut String, cmd: &CommandInfo<'_>) { in write_description() argument
324 pub type CommandInfo = argh_shared::CommandInfo<'static>; typedef592 const COMMANDS: &'static [&'static CommandInfo]; variable603 const COMMAND: &'static CommandInfo; variable607 const COMMANDS: &'static [&'static CommandInfo] = &[T::COMMAND]; variable
79 } CommandInfo; in MagickMain() typedef
66 const COMMAND: &'static CommandInfo = &CommandInfo { variable