chiark / gitweb /
Fix description of ListGames
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Mar 2021 19:54:39 +0000 (19:54 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Mar 2021 11:42:06 +0000 (11:42 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/commands.rs

index c5f7bc0da817fb59fe615f6d2fa910186fea8ec7..c6e54136b5b847ce423844df602b8637bc712121 100644 (file)
@@ -25,10 +25,7 @@ pub enum MgmtCommand {
     game: InstanceName,
     insns: Vec<MgmtGameInstruction>,
   },
-  ListGames {
-    all: Option<bool>, // in scope of selected account by default
-    //   todo: should list games that are accessible, not just own
-  },
+  ListGames { all: Option<bool> },
   AlterGame {
     game: InstanceName,
     insns: Vec<MgmtGameInstruction>,