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

(cherry picked from commit 76f309b4e8)
This commit is contained in:
Peter Keresztes Schmidt
2020-08-17 22:45:09 +02:00
committed by Shauren
parent e0ddc676d6
commit ec26736e30
2 changed files with 73 additions and 190 deletions

View File

@@ -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';