Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
bd4de53f15c35fa18fc62a27773dd4efc636d644
/
.
/
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)
}