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 Feb 8, 2024
1 parent e017fb6 commit 5e53af8
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 5e53af8

Please sign in to comment.