Skip to content

Commit e851589

Browse files
committed
add the short boolean flag for next
1 parent 60d3063 commit e851589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/commands/curl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (curlCmd *CurlCommand) GetServerDetails() (*config.ServerDetails, error) {
148148
func (curlCmd *CurlCommand) findUriValueAndIndex() (int, string) {
149149
// curlBooleanFlags is a set of curl flags that do NOT take a value.
150150
curlBooleanFlags := map[string]struct{}{
151-
"-#": {}, "-0": {}, "-1": {}, "-2": {}, "-3": {}, "-4": {}, "-6": {},
151+
"-#": {}, "-:": {}, "-0": {}, "-1": {}, "-2": {}, "-3": {}, "-4": {}, "-6": {},
152152
"-a": {}, "-B": {}, "-f": {}, "-g": {}, "-G": {}, "-I": {}, "-i": {},
153153
"-j": {}, "-J": {}, "-k": {}, "-l": {}, "-L": {}, "-M": {}, "-n": {},
154154
"-N": {}, "-O": {}, "-p": {}, "-q": {}, "-R": {}, "-s": {}, "-S": {},

0 commit comments

Comments
 (0)