Update main.go

This commit is contained in:
MaxToby
2021-01-03 16:11:59 +08:00
committed by GitHub
parent 65c9afac77
commit 9e2eec901e

View File

@ -12,7 +12,7 @@ import (
var (
version = "20210103"
commands = []*cli.Command{
{git add
{
Name: "swagger",
Usage: "generates swagger.json",
Action: action.Generator,