From: Ian Jackson Date: Sun, 21 Feb 2021 12:11:04 +0000 (+0000) Subject: Note some todos X-Git-Tag: otter-0.4.0~408 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bf0a13d1dff2494be588dab44208468fd87a3bc2;p=otter.git Note some todos Signed-off-by: Ian Jackson --- 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, },