]
Brett Meyer updated SRAMP-247:
------------------------------
Fix Version/s: 0.5.0.Alpha1
Convert from JLine to AEsh for CLI
----------------------------------
Key: SRAMP-247
URL:
https://issues.jboss.org/browse/SRAMP-247
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Shell
Reporter: Eric Wittmann
Assignee: David virgil naranjo
Fix For: 0.5.0.Final, 0.5.0.Alpha1
These libraries are used to provide unbuffered input, history, etc... (shell-like
features). The CLI working group has decided to use AEsh.
Make changes in all the commands and refactor the commands if it required to adjust
better to the capabilities of Aesh.
Also improve the code, avoiding to repeat code and adding comments/javadoc if it is
possible.