Interactive mode: command history should not be reset on load / reload script
mzorec opened this issue · 1 comments
mzorec commented
When loading or reloaing script with commands load
or reload
command history should not be reset.
Step's to reproduce:
- Enter Flubu interactive mode
flubu -i
- Enter atleast 1 command so you have history of commands
- Load or reload the script with one of the available command for example with
reload
command
After the reload / load command history should still be available when pressing up or down arrow key
mzorec commented
Added step's to reproduce.