TargetCLI will throw "readline not defined" error when running
it as process in interactive shell mode. The cause of the problem
is the readline module would not be imported in this case.
Set the TERM to empty is to fix readline emits unwanted characters
problem when import it.
TargetCLI will throw "readline not defined" error when running it as process in interactive shell mode. The cause of the problem is the readline module would not be imported in this case. Set the TERM to empty is to fix readline emits unwanted characters problem when import it.
Signed-off-by: Chongshi Zhang zhangcho@us.ibm.com