refactor: add more derives
cargo devel CI / cargo CI (push) Successful in 1m11s Details

This commit is contained in:
Christoph J. Scherr 2024-05-12 19:54:45 +02:00
parent cae701815e
commit 4f269fb509
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pub enum Format {
/// Use [Self::default] to get a basic variant or create a object yourself. /// Use [Self::default] to get a basic variant or create a object yourself.
/// ///
/// This struct can be parsed with [clap] derive. /// This struct can be parsed with [clap] derive.
#[derive(Parser, Debug)] #[derive(Parser, Debug, Clone, PartialEq, Eq, Hash)]
#[clap(author, version, about, long_about = None)] #[clap(author, version, about, long_about = None)]
#[command( #[command(
author, author,