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