瀏覽代碼

Support provides in -Si

morganamilo 7 年之前
父節點
當前提交
549c75dfeb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      print.go

+ 1 - 0
print.go

@@ -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, "  "))