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:
46ea71c
)
put this one off
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:35 +0000
(
02:00
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:35 +0000
(
02:00
+0100)
src/commands.rs
patch
|
blob
|
history
diff --git
a/src/commands.rs
b/src/commands.rs
index 2fbc49e0c68e43ad32482cefdc34972b93ef4ac8..902d3aab7ae7be66a2b31bd19492d0a70782430c 100644
(file)
--- a/
src/commands.rs
+++ b/
src/commands.rs
@@
-8,7
+8,7
@@
pub enum MgmtCommand {
CreateGame { name: String, insns: Vec<MgmtGameInstruction> },
ListGames { all: Option<bool>, },
AlterGame {
- //
xxx
option scope, access control
+ //
todo
option scope, access control
name: String, insns: Vec<MgmtGameInstruction>,
how: MgmtGameUpdateMode,
},