[improve/config] Ignore the markdown-help attribute

This commit is contained in:
Anas Elgarhy 2023-04-22 03:46:21 +02:00
parent ca95db6b57
commit 588ca11113
No known key found for this signature in database
GPG key ID: 0501802A1D496528

View file

@ -252,6 +252,7 @@ pub struct Settings {
status_notification_timeout: Option<u8>,
#[cfg(feature = "docs")]
#[arg(long, hide = true)]
#[serde(skip)]
markdown_help: bool,
}