Skip to content

Commit

Permalink
wire up missing cmd's
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jul 9, 2024
1 parent 3a5c295 commit 2de0250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/ecocredit/client/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func QueryCmd(name string) *cobra.Command {
baseclient.QueryProjectsByReferenceIDCmd(),
baseclient.QueryProjectsByAdminCmd(),
baseclient.QueryProjectCmd(),
baseclient.QueryProjectEnrollmentCmd(),
baseclient.QueryProjectEnrollmentsCmd(),
baseclient.QueryParamsCmd(),
baseclient.QueryCreditTypeCmd(),
baseclient.QueryClassCreatorAllowlistCmd(),
Expand Down

0 comments on commit 2de0250

Please sign in to comment.