feature plugin custom flag (#251)

* support plugin custom flags

* add short name

* remove log

* remove log
This commit is contained in:
songmeizi
2020-12-09 18:08:17 +08:00
committed by GitHub
parent 67804a6bb2
commit 84ab11ac09
4 changed files with 50 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ var (
Usage: "custom file generator",
Flags: []cli.Flag{
cli.StringFlag{
Name: "plugin",
Name: "plugin, p",
Usage: "the plugin file",
},
cli.StringFlag{