Add "history" CLI command 71/871/3
authorChris Luke <chrisy@flirble.org>
Mon, 25 Apr 2016 17:49:15 +0000 (13:49 -0400)
committerDave Barach <openvpp@barachs.net>
Wed, 27 Apr 2016 13:32:48 +0000 (13:32 +0000)
commit6b90fe323107b218019739ce8bb4429f83f218be
tree4b54094d43dc3ecc5b216b26c4a7394664813817
parent572d81213a216fd8e86f17e0b8a6bb72479c893f
Add "history" CLI command

- Remove the '?' mechanism that previously only worked on telnet
  connections in favor of a more shell-like "history" command.
  The '?' approach had strange side-effects, like executing what
  was already in the command buffer.

Change-Id: I043086b7f400c66c332a32dbd06ef580ecb18ee8
Signed-off-by: Chris Luke <chrisy@flirble.org>
vlib/vlib/unix/cli.c