dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Command history "up" after executing command should always show last command #126

Closed scotthovestadt closed 8 years ago

scotthovestadt commented 8 years ago

I think the behavior that prevents sequential command of the same command from showing twice is preventing me from seeing the last command in some cases. This is annoying because I will muscle-memory execute the wrong command sometimes.

dthree commented 8 years ago

Ooh got it.K,

scotthovestadt commented 8 years ago

Fixed.

scotthovestadt commented 8 years ago

I added a test for the behavior, too.