ci: building rust on dev

This commit is contained in:
Chubby Granny Chaser
2025-04-12 18:00:20 +01:00
parent 4d76182f2e
commit ee1dda90d9
5 changed files with 7 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ struct CliArgs {
resume_only: bool,
/// HTTP headers to send with request (format: "Key: Value")
#[arg(short = 'h', long)]
#[arg(short = 'H', long)]
header: Vec<String>,
}