github.com/jfrog/jfrog-cli@v1.54.1/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.`