Automated go.sum updates.

This commit is contained in:
jregan
2020-08-15 19:12:23 -07:00
parent 881f358228
commit 4dfe3c6296
4 changed files with 5 additions and 21 deletions

View File

@@ -39,8 +39,8 @@ func NewCreateSetterRunner(parent string) *CreateSetterRunner {
set.Flags().StringVar(&r.Set.SetPartialField.Description, "description", "",
"record a description for the current setter value.")
set.Flags().StringVar(&r.Set.SetPartialField.Field, "field", "",
"name of the field to set, a suffix of the path to the field, or the full" +
" path to the field. Default is to match all fields.")
"name of the field to set, a suffix of the path to the field, or the full"+
" path to the field. Default is to match all fields.")
set.Flags().StringVar(&r.Set.ResourceMeta.Name, "name", "",
"name of the Resource on which to create the setter.")
set.Flags().MarkHidden("name")