generated from PlexSheep/rs-base
refactor: add more derives
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
This commit is contained in:
parent
cae701815e
commit
4f269fb509
|
@ -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,
|
||||||
|
|
Reference in New Issue