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

     1  package buildscan
     2  
     3  const Description = "This command is used to perform Xray scan on a build."
     4  
     5  var Usage = []string{"jfrog rt bs [command options] <build name> <build number>"}
     6  
     7  const Arguments string = `	build name
     8  		Build name.
     9  
    10  	build number
    11  		Build number.`