예제 #1
0
def main(): 
    from shell import Shell
    Shell.getInstance().synchronize()
    usrCommands.update()
    print "Command update complete"
def main():
    from shell import Shell
    Shell.getInstance().synchronize()
    for x in [x for x in usrCommands.getAllCommands()]:
        print x.split(".")[0]
예제 #3
0
def main():
    from shell import Shell
    Shell.getInstance().synchronize()
    for x in [x for x in utilMap.keys()]:
        print x