Skip to content

Commit 4a1053f

Browse files
committed
fix: add commands to cli operator cmds
1 parent acc9055 commit 4a1053f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkg/operator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ func OperatorCmd(p utils.Prompter) *cli.Command {
2222
operator.GetOperatorSplitCmd(p),
2323
operator.GetOperatorPISplitCmd(p),
2424
operator.SetOperatorPISplitCmd(p),
25+
operator.SetOperatorSetSplitCmd(p),
26+
operator.GetOperatorSetSplitCmd(p),
2527
operator.AllocationsCmd(p),
2628
operator.DeregisterCommand(p),
2729
operator.RegisterOperatorSetsCommand(p),

pkg/operator/get_operatorset_split.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func GetOperatorSetSplitCmd(p utils.Prompter) *cli.Command {
1515
var operatorSplitCmd = &cli.Command{
16-
Name: "get-pi-split",
16+
Name: "get-operatorset-split",
1717
Usage: "Get programmatic incentives rewards split",
1818
Action: func(cCtx *cli.Context) error {
1919
return GetOperatorSplit(cCtx, true, true)

0 commit comments

Comments
 (0)