Skip to content

Commit 309f0ca

Browse files
committed
Fix: added the curator group command
1 parent 38b8d42 commit 309f0ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/torusdk/cli/root.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from ._common import ExtraCtxData
88
from .agent import agent_app
99
from .balance import balance_app
10+
from .curator import curator_app
1011
from .key import key_app
1112
from .misc import misc_app
1213
from .network import network_app
@@ -20,6 +21,7 @@
2021
app.add_typer(agent_app, name="agent", help="Agent operations")
2122
app.add_typer(network_app, name="network", help="Network operations")
2223
app.add_typer(proposal_app, name="proposal", help="Proposal operations")
24+
app.add_typer(curator_app, name="curator", help="Curator operations")
2325

2426

2527
def _version_callback(value: bool):

0 commit comments

Comments
 (0)