From 9e2eec901ef8c58785d2ec60b5cc9049bcaf5c17 Mon Sep 17 00:00:00 2001 From: MaxToby <75149431+MaxToby@users.noreply.github.com> Date: Sun, 3 Jan 2021 16:11:59 +0800 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 78ea597..b667483 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( var ( version = "20210103" commands = []*cli.Command{ - {git add + { Name: "swagger", Usage: "generates swagger.json", Action: action.Generator,