diff --git a/src/arginfo.rs b/src/arginfo.rs index 528ff7b..c052fb9 100644 --- a/src/arginfo.rs +++ b/src/arginfo.rs @@ -26,7 +26,9 @@ impl From for ArgType { } } + /// Metadata about supported arguments. +#[derive(Debug)] pub struct ArgInfo { /// The key used to identify the argument pub key: String,