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:
a84e3cf
)
Fix description of ListGames
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 26 Mar 2021 19:54:39 +0000
(19:54 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/commands.rs
b/src/commands.rs
index c5f7bc0da817fb59fe615f6d2fa910186fea8ec7..c6e54136b5b847ce423844df602b8637bc712121 100644
(file)
--- a/
src/commands.rs
+++ b/
src/commands.rs
@@
-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>,