Skip to content

Commit 3c98204

Browse files
committed
Change short hey for method parameter to -X
1 parent bfdba7b commit 3c98204

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
@@ -19,7 +19,7 @@ struct Args {
1919
#[arg(value_name = "PROTOCOL")]
2020
protocol: Protocol,
2121

22-
#[arg(short, long, value_name = "METHOD", default_value = "GET")]
22+
#[arg(short = 'X', long, value_name = "METHOD", default_value = "GET")]
2323
method: Method,
2424

2525
#[arg(short, long, value_name = "URL")]

0 commit comments

Comments
 (0)