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

This commit is contained in:
Peter Keresztes Schmidt
2020-08-17 22:45:09 +02:00
committed by GitHub
parent e18f7aaa4d
commit 76f309b4e8
2 changed files with 114 additions and 308 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';