Tomonori Shimomura
Tomonori Shimomura
@Gholtes thank you for reporting this problem. We also noticed this issue, and are working on it. We will use this issue item to track.
These are all great/useful feedback. Thank you Mohsen. Let us discuss how to improve these points.
I checked the behavior of bash and ipython. They save history persistently even when I close terminal window.
As a hacky solution, I was able to use `_persist_history()` private method in postcmd_hook to save command history immediately after all command executions. ``` def __init__(self): : self.register_postcmd_hook(self.on_command_executed) : def...
Thank you for your report. We will work in the fix but meanwhile, panorama-cli-dev can be removed from the command I believe.