mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: rename
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
cmdutil "k8s.io/kubectl/pkg/cmd/util"
|
||||
)
|
||||
|
||||
func Main() *cobra.Command {
|
||||
func NewKubeVPNCommand() *cobra.Command {
|
||||
var cmd = &cobra.Command{
|
||||
Use: "kubevpn",
|
||||
Short: "kubevpn",
|
||||
|
||||
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
_ = cmds.Main().Execute()
|
||||
_ = cmds.NewKubeVPNCommand().Execute()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user