f.BoolVarP(&o.regexp,"regexp","r",false,"use regular expressions for searching repositories you have added")
f.BoolVarP(&o.regexp,"regexp","r",false,"use regular expressions for searching repositories you have added")
f.BoolVarP(&o.versions,"versions","l",false,"show the long listing, with each version of each chart on its own line, for repositories you have added")
f.BoolVarP(&o.versions,"versions","l",false,"show the long listing, with each version of each chart on its own line, for repositories you have added")
f.BoolVar(&o.devel,"devel",false,"use development versions (alpha, beta, and release candidate releases), too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored")
f.StringVar(&o.version,"version","","search using semantic versioning constraints on repositories you have added")
f.StringVar(&o.version,"version","","search using semantic versioning constraints on repositories you have added")
f.UintVar(&o.maxColWidth,"max-col-width",50,"maximum column width for output table")
f.UintVar(&o.maxColWidth,"max-col-width",50,"maximum column width for output table")