Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/oras-project/oras into yueh…
Browse files Browse the repository at this point in the history
…aoliang/131
  • Loading branch information
yuehaoliang committed Sep 19, 2022
2 parents 98e2ee2 + ba2385c commit eb49aba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/oras/repository/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ import (

func Cmd() *cobra.Command {
cmd := &cobra.Command{
Use: "repository [command]",
Short: "[Preview] Repository operations",
Use: "repository [command]",
Short: "[Preview] Repository operations",
Aliases: []string{"repo"},
}

cmd.AddCommand(
Expand Down

0 comments on commit eb49aba

Please sign in to comment.