f.BoolVar(&client.Untar,"untar",false,"if set to true, will untar the chart after downloading it")
f.BoolVar(&client.Untar,"untar",false,"if set to true, will untar the chart after downloading it")
f.BoolVar(&client.VerifyLater,"prov",false,"fetch the provenance file, but don't perform verification")
f.BoolVar(&client.VerifyLater,"prov",false,"fetch the provenance file, but don't perform verification")
f.StringVar(&client.UntarDir,"untardir",".","if untar is specified, this flag specifies the name of the directory into which the chart is expanded")
f.StringVar(&client.UntarDir,"untardir",".","if untar is specified, this flag specifies the name of the directory into which the chart is expanded")
f.StringVar(&client.UntarDirName,"untardirname",".","if untarname is specified, this flag overrides the name of the directory into which the chart is expanded")
f.StringVarP(&client.DestDir,"destination","d",".","location to write the chart. If this and untardir are specified, untardir is appended to this")
f.StringVarP(&client.DestDir,"destination","d",".","location to write the chart. If this and untardir are specified, untardir is appended to this")
wantErrorMsg:fmt.Sprintf("if any flags in the group [untardir untardirname] are set none of the others can be; [untardir untardirname] were all set, not equal to expected error if any flags in the group [untardir untardirname] are set none of the others can be; [untardir untardirname] were all set"),