This commit is contained in:
wangchuxiao 2023-05-09 11:49:15 +08:00
parent 20828746ea
commit c31b7af944

View File

@ -52,7 +52,7 @@ func (r *RootCmd) GetPortFlag() int {
} }
func (r *RootCmd) AddPrometheusPortFlag() { func (r *RootCmd) AddPrometheusPortFlag() {
r.Command.Flags().IntP(constant.FlagPrometheusPort, "pp", 0, "server prometheus listen port") r.Command.Flags().IntP(constant.FlagPrometheusPort, "", 0, "server prometheus listen port")
} }
func (r *RootCmd) getPrometheusPortFlag(cmd *cobra.Command) int { func (r *RootCmd) getPrometheusPortFlag(cmd *cobra.Command) int {