Skip to content

Commit b126cd4

Browse files
author
Marek Suchánek
committed
Add a short metadata option; #45
1 parent 17f98c7 commit b126cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd_line.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub enum Metadata {
157157
#[bpaf(long)]
158158
Metadata,
159159
/// Generate the file without any example, placeholder content.
160-
#[bpaf(long)]
160+
#[bpaf(long, short('D'))]
161161
NoMetadata,
162162
}
163163

0 commit comments

Comments
 (0)