Version 0.2.5

This commit is contained in:
Rob Glew 2016-02-03 10:28:22 -06:00
parent 0b6a63ddbb
commit 1acaeccf5e
14 changed files with 119 additions and 11 deletions

View file

@ -262,7 +262,7 @@ class ProxyCmd(cmd2.Cmd):
"""
def __init__(self, *args, **kwargs):
self.prompt = 'pappy> '
self.prompt = 'pappy' + Colors.YELLOW + '> ' + Colors.ENDC
self.debug = True
self._cmds = {}