Disabling CLI prompting also disables command history
When you disable CLI prompting in order to get rid of those pesky confirmation prompts, CLI stops recording new commands, and "dis cli p" remains the last command in your history until you just give up and type "en cli p". I guess this is somewhat re...