Skip to content

Commit

Permalink
fix: fix merge error caused by 2fa63cf (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKKIIO authored Oct 24, 2024
1 parent 6700370 commit ef38f54
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/swag/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ var initFlags = []cli.Flag{
Value: false,
Usage: "Generate OpenAPI V3.1 spec",
},
&cli.StringFlag{
Name: templateDelimsFlag,
Aliases: []string{"td"},
Value: "",
Usage: "Provide custom delimeters for Go template generation. The format is leftDelim,rightDelim. For example: \"[[,]]\"",
},
&cli.StringFlag{
Name: templateDelimsFlag,
Aliases: []string{"td"},
Expand Down

0 comments on commit ef38f54

Please sign in to comment.