gitee_cli/cmd/ssh-key/ssh_key.go

11 lines
139 B
Go
Raw Normal View History

2024-04-07 17:49:39 +08:00
package ssh_key
import (
"github.com/spf13/cobra"
)
var SshKeyCommand = &cobra.Command{
Use: "ssh-key",
Short: "Manage ssh-keys",
}