github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/1558/patch-1473-1.patch (about)

     1  11a12
     2  > 	"github.com/go-openapi/swag"
     3  20c21,29
     4  < 	// api.CommandLineOptionsGroups = []swag.CommandLineOptionsGroup{ ... }
     5  ---
     6  > 	api.CommandLineOptionsGroups = []swag.CommandLineOptionsGroup{
     7  > 		swag.CommandLineOptionsGroup{
     8  > 			ShortDescription: "Netrounds",
     9  > 			LongDescription:  "NetRounds long",
    10  > 			Options: struct {
    11  > 				Example1 string `long:"example1" description:"Sample option"`
    12  > 			}{},
    13  > 		},
    14  > 	}