Skip to content

Commit

Permalink
Update x/supplier/client/cli/query_claim.go
Browse files Browse the repository at this point in the history
Co-authored-by: harry <[email protected]>
  • Loading branch information
Olshansk and h5law authored Nov 7, 2023
1 parent 2562c90 commit 369db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/supplier/client/cli/query_claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func CmdListClaim() *cobra.Command {
cmd := &cobra.Command{
Use: "list-claim",
Short: "list all claim",
Short: "list all claims",
Args: cobra.NoArgs(),

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

not enough arguments in call to cobra.NoArgs

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

cannot use cobra.NoArgs() (value of type error) as cobra.PositionalArgs value in struct literal (typecheck)

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

not enough arguments in call to cobra.NoArgs

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

cannot use cobra.NoArgs() (value of type error) as cobra.PositionalArgs value in struct literal) (typecheck)

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

not enough arguments in call to cobra.NoArgs

Check failure on line 15 in x/supplier/client/cli/query_claim.go

View workflow job for this annotation

GitHub Actions / build

cannot use cobra.NoArgs() (value of type error) as cobra.PositionalArgs value in struct literal) (typecheck)
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientQueryContext(cmd)
Expand Down

0 comments on commit 369db38

Please sign in to comment.