update for new proxmox-api-macro
A #[default] attribute now conflicts with an explicitly defined #[api(default: ...)] value for obvious reasons. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -222,7 +222,7 @@ async fn diff_archive(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[api(default: "auto")]
|
||||
#[api]
|
||||
#[derive(Default, Deserialize)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
/// Color output options
|
||||
|
Reference in New Issue
Block a user