lita-console
This improves the existing Lita shell adapter by allowing for history and up/down arrow in console.
Requirements
This library requires that you have readline
installed.
Installation
gem "lita-console"
Usage
Lita.configure do |config|
config.robot.adapter = :console
end