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

     1  package pipinstall
     2  
     3  const Description = "Run pip install."
     4  
     5  var Usage = []string{`jfrog rt pipi <pip command>`}
     6  
     7  const Arguments string = `	pip command
     8  		Arguments and options for the pip command.`