gitee_cli/cmd/enterprise/enterprise.go

12 lines
172 B
Go
Raw Normal View History

2024-04-07 17:49:39 +08:00
package enterprise
import (
"github.com/spf13/cobra"
)
var EntCmd = &cobra.Command{
Use: "enterprise",
Aliases: []string{"ent"},
Short: "Manage enterprises",
}