server/telnet: Restructure commandsmaster
commitad216136180e0cd482f414eb072c9dd25dd1c559
authorMarc Schink <dev@zapb.de>
Mon, 24 Jun 2024 14:26:02 +0000 (24 16:26 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 21 Sep 2024 09:05:36 +0000 (21 09:05 +0000)
tree39f444cf59a4311e80d84361e929d8f22c981cf5
parente6ade35305fa32674d615a26713487b5ad00b352
server/telnet: Restructure commands

Use a command group 'telnet' with subcommands instead of individual
commands with 'telnet_' prefix. Even though there is only one subcommand
at the moment, make this change to ensure consistency with other commands.

The old command is still available to ensure backwards compatibility,
but are marked as deprecated.

Change-Id: I5e88632fa0d0ce5a8129e9fcf5ae743fc5b093cb
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8378
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
doc/openocd.texi
src/server/startup.tcl
src/server/telnet_server.c