add aliases for common interactive functions
authorMike Frysinger <vapier@gentoo.org>
Thu, 4 Jun 2015 16:04:52 +0000 (00:04 +0800)
committerMike Frysinger <vapier@gentoo.org>
Thu, 4 Jun 2015 16:04:52 +0000 (00:04 +0800)
commit484431e7f86371b205692cffc353b42c6de40250
treedf4280c9c21b2cfa3fc8add3cc6a82b1a749386a
parent66e1078e9dc6aa4139d91a8f00b7e4fe572129f4
add aliases for common interactive functions

Rather than using one letter commands everywhere, add support for "run"
and "quit" and "help" as aliases to "r" and "q" and "h" respectively.
This makes it a little inconsistent when some commands are one letters
but others are full words.
riscv/interactive.cc