Fix linting
This commit is contained in:
parent
a88bb34387
commit
d28af07786
|
|
@ -59,7 +59,8 @@ pub struct Add {
|
||||||
#[clap(num_args = 1.., required = true, value_hint = ValueHint::DirPath)]
|
#[clap(num_args = 1.., required = true, value_hint = ValueHint::DirPath)]
|
||||||
pub paths: Vec<PathBuf>,
|
pub paths: Vec<PathBuf>,
|
||||||
|
|
||||||
/// The rank to increment the entry if it exists or initialize it with if it doesn't
|
/// The rank to increment the entry if it exists or initialize it with if it
|
||||||
|
/// doesn't
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
pub score: Option<f64>,
|
pub score: Option<f64>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue