mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-16 17:29:51 +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:
parent
d783ded672
commit
f6de3a8fdf
@ -72,6 +72,9 @@ var rootCmd = &cobra.Command{
|
|||||||
go checkUpdate()
|
go checkUpdate()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
|
clientCmd.Run(cmd, args)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
var clientCmd = &cobra.Command{
|
var clientCmd = &cobra.Command{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user