github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/nuget/help.go (about) 1 package nuget 2 3 const Description = "Run NuGet." 4 5 var Usage = []string{`jfrog rt nuget <nuget args> [command options]`} 6 7 const Arguments string = ` nuget command 8 The nuget command to run. For example, restore.`