Struct mg_settings::MetaData
[−]
[src]
pub struct MetaData {
pub completion_hidden: bool,
pub help_text: String,
pub is_special_command: bool,
}Command/setting meta-data coming from the attributes.
See EnumMetaData to see the list of supported attributes.
Fields
Whether this command/setting should be shown in the completion or not.
help_text: String
The help text associated with this command/setting.
is_special_command: bool
Whether this is a special command or not. This is not applicable to settings.