darkphase / klish

Tool for Implementing Custom Shells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No response when non-existent command entered

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
> abcdef

What is the expected output? What do you see instead?
"Unknown command" or any message to let user know the command does not exist.

What version of the product are you using? On what operating system?
1.5.4

Please provide any additional information below.


Original issue reported on code.google.com by asd...@gmail.com on 22 May 2012 at 8:00

If the user has entered unknown command then the klish engine blocks ENTER key. 
The user can't press ENTER and send the command to execution. Use "?" key to 
get known commands list.

Original comment by serj.kalichev@gmail.com on 22 May 2012 at 7:13

  • Changed state: WontFix
This fails miserably when pasting the config into console. Showing error along 
with unparsable portion of the string is probably much better.

Original comment by aa.at...@gmail.com on 16 Mar 2013 at 7:05