[improve/config] Ignore the markdown-help
attribute
This commit is contained in:
parent
ca95db6b57
commit
588ca11113
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ pub struct Settings {
|
|||
status_notification_timeout: Option<u8>,
|
||||
#[cfg(feature = "docs")]
|
||||
#[arg(long, hide = true)]
|
||||
#[serde(skip)]
|
||||
markdown_help: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue