telnet: auto-completion of "registered" commands
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>
Thu, 11 Mar 2021 02:38:54 +0000 (03:38 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 1 May 2021 12:53:57 +0000 (13:53 +0100)
commitd10141ef07644fc6a39211d60e811a868d91c575
tree5c70637e46e0cd1633b93a1a5613809c1c840e2a
parentffdb2f3d1ac99dc5c7558fa1e0f1528a756ebda4
telnet: auto-completion of "registered" commands

auto-completion behavior:
- if there is only one matched command complete the user-command
- else if multiple matches add the common part then in second step
  list all matched commands
- sub-commands are handled in the same way
- auto-completion restarts after these characters ';', '[', '{'

Change-Id: I1b81dd19191a5785e68d0bb5cd244e01a4dd0587
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: http://openocd.zylin.com/6095
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/server/telnet_server.c