Skip to content

Commit c8e52db

Browse files
authored
Support -v as shorthand for --verbose (#62)
1 parent 3528150 commit c8e52db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct ComponentLdArgs {
255255
output: PathBuf,
256256

257257
/// Print verbose output.
258-
#[clap(long)]
258+
#[clap(short, long)]
259259
verbose: bool,
260260

261261
/// Whether or not the output component is validated.

0 commit comments

Comments
 (0)