cmd2
cmd2 copied to clipboard
readline history is fragmented when using multiline commands
When you use a multiline command, the readline history stores each line of the multiline command as an individual entry. The entire multiline command should instead be accessible as a single entry.
This specifically affects readline history (up arrow, ctrl+r) and does not affect the history command.