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

@@ -15,6 +15,5 @@ func main() {
if plugin.Api != nil {
fmt.Printf("api: %+v \n", plugin.Api)
}
fmt.Printf("dir: %s \n", plugin.Dir)
fmt.Println("Enjoy anything you want.")
}