From 4f3dd8637d00e0dba0dc418418a0a0f97305250a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Feb 2021 12:13:06 +0000 Subject: [PATCH] Note some todos Signed-off-by: Ian Jackson --- src/bin/otter.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 8a1f6bfb..35b7bdb9 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -743,6 +743,10 @@ mod list_games { )} } +// todo: list-players +// todo: list-accounts +// todo: delete-account + //---------- reset-game ---------- mod reset_game { -- 2.30.2