Skip to content
Snippets Groups Projects

Fix and updated

Merged alexey.stratulat requested to merge Fix_and_updated into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
from CellFrame.libCellFrame import *
from CellFrame.libCellFrame import *
def cmdUser(*argv):
def cmdUser(argv, strReply):
reply="user managment command:\n"
reply="user managment command:\n"
for arg in argv:
for arg in argv:
reply+=" arg"+str(arg)+"=\""+arg+"\"\n"
reply+=" arg"+str(arg)+"=\""+arg+"\"\n"
setReplyText(reply)
AppCliServer.setReplyText(reply, strReply)
def init():
def init():
AppCliServer.cmdItemCreate("user",cmdUser,"User managment command","""
AppCliServer.cmdItemCreate("user",cmdUser,"User managment command","""
Loading