mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-12 03:14:33 +00:00
feat(cmd): run in client mode by default
run in client mode by default Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
@@ -72,6 +72,9 @@ var rootCmd = &cobra.Command{
|
||||
go checkUpdate()
|
||||
}
|
||||
},
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
clientCmd.Run(cmd, args)
|
||||
},
|
||||
}
|
||||
|
||||
var clientCmd = &cobra.Command{
|
||||
|
Reference in New Issue
Block a user