mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +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