vsm: persistant history of entered commands in interactive mode 22/46322/4
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Fri, 7 Aug 2015 09:05:14 +0000 (11:05 +0200)
committerKrzysztof Dynowski <k.dynowski@samsung.com>
Wed, 19 Aug 2015 11:50:40 +0000 (13:50 +0200)
commit2e5e4e040a25202b5fdc868b24f0c2e0ba183662
tree86f78ba2407770ed642f26f0d387748b3d6fa57f
parent36dfc7551f4fca721d364638b1a6191908ce34dd
vsm: persistant history of entered commands in interactive mode

[Feature]       Keep history of entered commands (in ~/.vsm_history file)
[Cause]         No history after starting vsm
[Solution]      use read_history/write_history from readline library
[Verification]  Build, install, use vsm command

Change-Id: I107ba49ac01d52825312416a11fbb094735401af
cli/main.cpp