Scripts/Commands: Convert argument parsing of most debug commands to new system (PR #25260)

(cherry picked from commit 76f309b4e899d4f450a8448d49c1aa05f9d4e785)
This commit is contained in:
Peter Keresztes Schmidt
2022-02-02 22:13:50 +01:00
committed by Shauren
parent e0ddc676d6
commit ec26736e30
2 changed files with 73 additions and 190 deletions
@@ -0,0 +1,3 @@
UPDATE `command` SET `help`='Syntax: .debug transport [start/stop]
Allows to stop the current transport at its nearest wait point and start movement of a stopped one. Not all transports can be started or stopped.' WHERE `name`='debug transport';