github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/bintray/packageshow/help.go (about) 1 package packageshow 2 3 const Description string = "Show Package details." 4 5 var Usage = []string{"jfrog bt ps [command options] <source path>"} 6 7 const Arguments string = ` source path 8 The path, in Bintray, to the package whose details should be retrieved. 9 Format: subject/repository/package.`