|
@@ -5,7 +5,11 @@ from kamcli.cli import pass_context
|
|
from kamcli.iorpc import command_ctl
|
|
from kamcli.iorpc import command_ctl
|
|
|
|
|
|
|
|
|
|
[email protected]("rtpengine", help="Manage rtpengine module")
|
|
|
|
|
|
[email protected](
|
|
|
|
+ "rtpengine",
|
|
|
|
+ help="Manage rtpengine module",
|
|
|
|
+ short_help="Manage rtpengine module",
|
|
|
|
+)
|
|
@pass_context
|
|
@pass_context
|
|
def cli(ctx):
|
|
def cli(ctx):
|
|
pass
|
|
pass
|