This commit is contained in:
wangchuxiao
2023-03-09 15:17:46 +08:00
parent 955e776d3f
commit acadfd2c35
3 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
func main() {
pushCmd := cmd.NewPushCmd()
pushCmd := cmd.NewRpcCmd()
pushCmd.AddPortFlag()
pushCmd.AddPrometheusPortFlag()
if err := pushCmd.Exec(); err != nil {