Skip to content
Snippets Groups Projects
Commit d66d0187 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix handler command user.

parent 63ef9ec7
No related branches found
No related tags found
1 merge request!23Fix and updated
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
from CellFrame.libCellFrame import *
def cmdUser(*argv):
def cmdUser(argv, strReply):
reply="user managment command:\n"
for arg in argv:
reply+=" arg"+str(arg)+"=\""+arg+"\"\n"
setReplyText(reply)
AppCliServer.setReplyText(reply, strReply)
def init():
AppCliServer.cmdItemCreate("user",cmdUser,"User managment command","""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment