chore: Derive Eq and PartialEq to Format

This commit is contained in:
Awiteb 2024-05-07 20:19:50 +03:00
parent 621ec6a07a
commit bc2257cdaf
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -29,7 +29,7 @@ mod bitwarden;
pub use bitwarden::*;
#[derive(Clone, Debug, ValueEnum)]
#[derive(Clone, Debug, ValueEnum, Eq, PartialEq)]
/// The vaults format
pub enum Format {
/// The lprs format, which is the default format