diff --git a/src/client.go b/src/client.go index 01d9e8b..57f2d7c 100644 --- a/src/client.go +++ b/src/client.go @@ -16,7 +16,6 @@ Headers []string `short:"H" long:"header" description:"A header to add to request in the form name:value. Use multiple times for multiple headers."` Method string `short:"m" long:"method" choice:"GET" choice:"POST" choice:"PUT" choice:"DELETE" choice:"PATCH" choice:"HEAD" choice:"OPTIONS" description:"HTTP method for request." default:"GET"` Body string `short:"b" long:"body" description:"Request body to send."` - URL string `positional-arg-name:"URL" description:"The URL to send the request to." required:"true"` Args struct { URL string } `positional-args:"yes" required:"yes"`