chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5db436
)
Note some todos
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 21 Feb 2021 12:11:04 +0000
(12:11 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/commands.rs
b/src/commands.rs
index 1d60d3af4847d6922a6ba3de3906f954f04bb640..0122afb8a3d8e41a067e80b175e7430dd1f1ce56 100644
(file)
--- a/
src/commands.rs
+++ b/
src/commands.rs
@@
-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,
},