]> git.gag.com Git - fw/openocd/commit
telnet/auto-complete: hide deprecated and internal commands
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 26 Apr 2021 12:44:48 +0000 (14:44 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 8 May 2021 08:48:15 +0000 (09:48 +0100)
commit223b79ebe21d53a21c85289349232fe7b8dca564
tree20ff8c617237b82305d1cb4bb97bae88c474ba1f
parent5ba8e365d9f02b7cb4a316959e0c8b39274f9d83
telnet/auto-complete: hide deprecated and internal commands

For both:
- TCL proc that redirect deprecated commands to the new commands,
- TCL proc used internally and not supposed to be exposed to user,
add their name to the list of commands that should be hide by the
telnet auto-complete.

Change-Id: I05237c6a79334b7d2b151dfb129fb57b2f40bba6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6195
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
src/flash/startup.tcl
src/jtag/startup.tcl
src/server/startup.tcl
src/target/startup.tcl