Struct repl_rs::HelpContext [−][src]
pub struct HelpContext {
pub app_name: String,
pub app_version: String,
pub app_purpose: String,
pub help_entries: Vec<HelpEntry>,
}Expand description
Struct which gets sent to HelpViewer when help command is called
Fields
app_name: StringApplication name
app_version: StringApplication version
app_purpose: StringApplication purpose/description
help_entries: Vec<HelpEntry>List of help entries
Auto Trait Implementations
impl RefUnwindSafe for HelpContextimpl Send for HelpContextimpl Sync for HelpContextimpl Unpin for HelpContextimpl UnwindSafe for HelpContext