change: remove hrun command

This commit is contained in:
debugtalk
2022-04-22 11:56:31 +08:00
parent f77ce2afea
commit 752796a9cc
4 changed files with 2 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ var scaffoldCmd = &cobra.Command{
},
RunE: func(cmd *cobra.Command, args []string) error {
if !ignorePlugin && !genPythonPlugin && !genGoPlugin {
return errors.New("please select function plugin type")
return errors.New("please specify function plugin type")
}
var pluginType scaffold.PluginType