mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
script
This commit is contained in:
parent
b828f1d3d1
commit
1f089cbbe3
@ -18,8 +18,8 @@ func NewAuthCmd() *AuthCmd {
|
||||
|
||||
func (a *AuthCmd) Execute() error {
|
||||
a.Command.Run = func(cmd *cobra.Command, args []string) {
|
||||
a.port = a.getPortFlag(cmd)
|
||||
a.prometheusPort = a.getPrometheusPortFlag(cmd)
|
||||
//a.port = a.getPortFlag(cmd)
|
||||
//a.prometheusPort = a.getPrometheusPortFlag(cmd)
|
||||
}
|
||||
return a.Execute()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user