Parse multiple values in api subcommand (#911)

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
techknowlogick
2026-02-26 17:43:46 +00:00
committed by techknowlogick
parent e3c550ff22
commit c031db2413
3 changed files with 768 additions and 22 deletions

View File

@@ -1819,6 +1819,8 @@ Make an authenticated API request
**--Field, -F**="": Add a typed field to the request body (key=value, @file, or @- for stdin)
**--data, -d**="": Raw JSON request body (use @file to read from file, @- for stdin)
**--field, -f**="": Add a string field to the request body (key=value)
**--header, -H**="": Add a custom header (key:value)