Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jun 19, 2024
1 parent bad5c2f commit e5d590c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/v2/autocli/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (b *Builder) buildMethodCommandCommon(descriptor protoreflect.MethodDescrip
if err != nil {
return nil, err
}
cmd.Args = binder.CobraArgs

cmd.RunE = func(cmd *cobra.Command, args []string) error {
ctx = cmd.Context()
Expand Down

0 comments on commit e5d590c

Please sign in to comment.