There is now logic that prevents repeated entries from being pushed to the CLI history. Unfortunately this seems to have a bug
When a repeated entry is entered into the CLI, then pressing "up" on a new line will retrieve the entry before the most recent. You can then press "down" to get the correct previous entry.
If "down" is pressed first on a new line then pressing "up" will retrieve the correct entry
There is now logic that prevents repeated entries from being pushed to the CLI history. Unfortunately this seems to have a bug
When a repeated entry is entered into the CLI, then pressing "up" on a new line will retrieve the entry before the most recent. You can then press "down" to get the correct previous entry.
If "down" is pressed first on a new line then pressing "up" will retrieve the correct entry