Skip to content

Commit 1d6fbb6

Browse files
evilpiejgraham
authored andcommitted
Rename cmd parameter from artifact_name to artifact-name
Thanks for creating this! It just saved me a ton of time.
1 parent 19b01a1 commit 1d6fbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn parse_args() -> Command {
2020
)
2121
.arg(
2222
Arg::new("artifact_name")
23-
.long("artifact_name")
23+
.long("artifact-name")
2424
.help("Artifact name to fetch"),
2525
)
2626
.arg(

0 commit comments

Comments
 (0)