chiark / gitweb /
Note some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Feb 2021 12:11:04 +0000 (12:11 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Feb 2021 12:29:04 +0000 (12:29 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/commands.rs

index 1d60d3af4847d6922a6ba3de3906f954f04bb640..0122afb8a3d8e41a067e80b175e7430dd1f1ce56 100644 (file)
@@ -27,12 +27,14 @@ pub enum MgmtCommand {
   },
   ListGames {
     all: Option<bool>, // in scope of selected account by default
+    //   todo: should list games that are accessible, not just own
   },
   AlterGame {
     game: InstanceName,
     insns: Vec<MgmtGameInstruction>,
     how: MgmtGameUpdateMode,
   },
+  // todo: MarkGameUncorrupted
   DestroyGame {
     game: InstanceName,
   },