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