mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
cmd: use hyphen instead of underscore (#3898)
This commit is contained in:
@@ -92,6 +92,7 @@ var rootCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
rootCmd.SetGlobalNormalizationFunc(config.WordSepNormalizeFunc)
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user