Skip to content

Commit

Permalink
fix: create rateplan cmd (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan authored Oct 24, 2024
1 parent f7d35f2 commit e45d035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/products/rateplans.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var RatePlanCmd = &cobra.Command{
var rateplan string

func init() {
RatePlanCmd.AddCommand(CreateRateplanCmd)
RatePlanCmd.AddCommand(ListRatePlanCmd)
RatePlanCmd.AddCommand(GetRatePlanCmd)
RatePlanCmd.AddCommand(DelRatePlanCmd)
Expand Down

0 comments on commit e45d035

Please sign in to comment.