Skip to content

Commit

Permalink
fix: remove support for NoOptDefaultValue (cosmos#14985)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 9, 2024
1 parent dabd163 commit e36f45a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/v2/autocli/flag/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func (b *Builder) addMessageFlags(ctx context.Context, flagSet *pflag.FlagSet, m
flag.Deprecated = opts.Deprecated
flag.ShorthandDeprecated = opts.ShorthandDeprecated
flag.Hidden = opts.Hidden
flag.NoOptDefVal = opts.NoOptDefaultValue
}
})

Expand Down

0 comments on commit e36f45a

Please sign in to comment.