From d28af07786c07686e4ece685a63568a254a8f496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 9 Apr 2025 14:16:28 +0200 Subject: [PATCH] Fix linting --- src/cmd/cmd.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmd/cmd.rs b/src/cmd/cmd.rs index 184a5f2..9eb3dd9 100644 --- a/src/cmd/cmd.rs +++ b/src/cmd/cmd.rs @@ -59,7 +59,8 @@ pub struct Add { #[clap(num_args = 1.., required = true, value_hint = ValueHint::DirPath)] pub paths: Vec, - /// 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)] pub score: Option, }