improvements to cli

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-05 07:47:07 -05:00
parent 2cfe2be9b6
commit bb8b842747
+3 -1
View File
@@ -105,7 +105,9 @@ func main() {
fmt.Printf("Info: %s:%s:%s\n", bp, target.Name, targetString)
// Get Version from given version information.
fmt.Printf(" Valid: %t\n ", version.IsValid)
fmt.Printf(" Valid: %t\n", version.IsValid)
fmt.Printf(" Published: %t\n", version.IsPublished)
// python := herald.NewBuildpack("python")
return nil
}