github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/missioncontrol/config/help.go (about) 1 package config 2 3 const Description string = "Configure Mission Control details." 4 5 var Usage = []string{"jfrog mc c [command options]", 6 "jfrog mc c show", 7 "jfrog mc c clear"} 8 9 const Arguments string = ` show 10 Shows the stored configuration. 11 12 clear 13 Clears all stored configuration.`