Print selected packages

This commit is contained in:
Ettore Di Giacinto
2020-06-06 11:18:54 +02:00
parent 90a25406a0
commit 8aafc7600c

View File

@@ -153,6 +153,8 @@ var buildCmd = &cobra.Command{
Fatal(err.Error())
}
for _, spec := range specs {
Info(":package: Selecting ", spec.GetPackage().GetName(), spec.GetPackage().GetVersion())
compilerSpecs.Add(spec)
}
} else if !all {