github.com/jfrog/jfrog-cli@v1.54.1/docs/bintray/versiondelete/help.go (about) 1 package versiondelete 2 3 const Description string = "Delete Version." 4 5 var Usage = []string{"jfrog bt vd [command options] <target version>"} 6 7 const Arguments string = ` target version 8 The argument specifies the version to delete.`