summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go')
-rw-r--r--vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go b/vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go
index ae122ea5d2..242d133a6b 100644
--- a/vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go
+++ b/vendor/github.com/go-swagger/go-swagger/cmd/swagger/swagger.go
@@ -120,6 +120,9 @@ It aims to represent the contract of your API with a language agnostic descripti
case "markdown":
cmd.ShortDescription = "generate a markdown representation from the swagger spec"
cmd.LongDescription = cmd.ShortDescription
+ case "cli":
+ cmd.ShortDescription = "generate a command line client tool from the swagger spec"
+ cmd.LongDescription = cmd.ShortDescription
}
}