From bf0a13d1dff2494be588dab44208468fd87a3bc2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Feb 2021 12:11:04 +0000 Subject: [PATCH] Note some todos Signed-off-by: Ian Jackson --- src/commands.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands.rs b/src/commands.rs index 1d60d3af..0122afb8 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -27,12 +27,14 @@ pub enum MgmtCommand { }, ListGames { all: Option, // in scope of selected account by default + // todo: should list games that are accessible, not just own }, AlterGame { game: InstanceName, insns: Vec, how: MgmtGameUpdateMode, }, + // todo: MarkGameUncorrupted DestroyGame { game: InstanceName, }, -- 2.30.2