Would be nice to have an API to update the telnet prompt from within a command. E.g: @command('config') def cmd_config(self, params) self.set_prompt('config# ')
Would be nice to have an API to update the telnet prompt from within a command.
E.g:
@command('config')
def cmd_config(self, params)
self.set_prompt('config# ')