f.BoolVar(&client.AllNamespaces,"all-namespaces",false,"list releases across all namespaces")
f.BoolVarP(&client.AllNamespaces,"all-namespaces","A",false,"list releases across all namespaces")
f.IntVarP(&client.Limit,"max","m",256,"maximum number of releases to fetch")
f.IntVarP(&client.Limit,"max","m",256,"maximum number of releases to fetch")
f.IntVar(&client.Offset,"offset",0,"next release name in the list, used to offset from start value")
f.IntVar(&client.Offset,"offset",0,"next release name in the list, used to offset from start value")
f.StringVarP(&client.Filter,"filter","f","","a regular expression (Perl compatible). Any releases that match the expression will be included in the results")
f.StringVarP(&client.Filter,"filter","f","","a regular expression (Perl compatible). Any releases that match the expression will be included in the results")