Skip to content

Commit

Permalink
Merge pull request Jguer#282 from Morganamilo/provides2
Browse files Browse the repository at this point in the history
Support provides in -Si
  • Loading branch information
Morganamilo authored Mar 23, 2018
2 parents 3d78709 + 549c75d commit b715c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions print.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func PrintInfo(a *rpc.Pkg) {
fmt.Println(bold("Description :"), a.Description)
fmt.Println(bold("URL :"), a.URL)
fmt.Println(bold("Licenses :"), strings.Join(a.License, " "))
fmt.Println(bold("Provides :"), strings.Join(a.Provides, " "))
fmt.Println(bold("Depends On :"), strings.Join(a.Depends, " "))
fmt.Println(bold("Make Deps :"), strings.Join(a.MakeDepends, " "))
fmt.Println(bold("Check Deps :"), strings.Join(a.CheckDepends, " "))
Expand Down

0 comments on commit b715c1f

Please sign in to comment.