Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
3014ef3e8c35cd525345e2704659d9b5a3ac8c3b
/
.
/
cmd
/
atmosphere-ci
/
image_repo.go
blob: 2ab4d4a38a3f27afdd7ac3862e74aa0fe172f6cd [
file
] [
log
] [
blame
]
package main
import (
"github.com/spf13/cobra"
)
var imageRepoCmd = &cobra.Command{
Use: "repo",
Short: "Image repository sub-commands",
}
func init() {
imageCmd.AddCommand(imageRepoCmd)
}