We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4982edd commit 0f70971Copy full SHA for 0f70971
src/cli.rs
@@ -9,7 +9,6 @@ use clap::Parser;
9
about = "Inspect your untracked local Git files",
10
arg_required_else_help = false
11
)]
12
-
13
pub struct Args {
14
#[arg(
15
short = 'p',
0 commit comments