Version 0.2.5
This commit is contained in:
parent
0b6a63ddbb
commit
1acaeccf5e
14 changed files with 119 additions and 11 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue