github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/bintray/versioncreate/help.go (about)

     1  package versioncreate
     2  
     3  const Description string = "Create Version."
     4  
     5  var Usage = []string{"jfrog bt vc [command options] <target version>"}
     6  
     7  const Arguments string = `	target version
     8  		The argument specifies the path to the target version in Bintray.`