diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-30 10:47:54 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-30 17:50:37 +0200 |
commit | ef6892fd6a3c95d7076b0e707f20f38430d8948b (patch) | |
tree | 11c8aaa3978ea7a4f91b2f7b8d1913e4384680a6 /bin/rtt-help | |
parent | b22ca94f482ce9374c92d4fd58d83f9f174a5cb9 (diff) | |
download | server-ef6892fd6a3c95d7076b0e707f20f38430d8948b.tar.gz |
rtt show GAME [ JSON-PATH ]
rtt show-snap GAME [ SNAP [ JSON-PATH ] ]
For example:
rtt show 123 active
rtt show 123 undo
rtt show 123 hand[0]
Diffstat (limited to 'bin/rtt-help')
-rwxr-xr-x | bin/rtt-help | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rtt-help b/bin/rtt-help index 57e42d1..74209a1 100755 --- a/bin/rtt-help +++ b/bin/rtt-help @@ -19,9 +19,10 @@ module development fuzz-rand -- fuzz test a module (random) game debugging + show -- show game state show-chat -- show game chat (for moderation) - show-game -- show game state object show-replay -- show game replay log + show-snap -- show game rewind snapshot miscellaneous tools update-covers -- generate cover thumbnails |