dotnetcore/FlubuCore

Interactive mode: command history should not be reset on load / reload script

mzorec opened this issue · 1 comments

When loading or reloaing script with commands load or reload command history should not be reset.

Step's to reproduce:

  1. Enter Flubu interactive mode flubu -i
  2. Enter atleast 1 command so you have history of commands
  3. 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

Added step's to reproduce.