Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
("wasm.js", RL::Wasm("otter_wasm.js"), ContentType::JavaScript),
];
-// xxx trying to rejoin game just gives NickCollision, should be idempotent
// xxx need remove game from cli
-// xxx need reset access from cli
#[derive(Debug)]
struct CheckedResourceLeaf {
MapStore(|s| Ok(Some(
FixedToken { token: RawToken(s.to_string()) }.into()
))),
- "use fixed game access token TOKEN (for administrators, with --super, only)"
+ "use fixed game access token TOKEN (for administrators, with --super, only; only \`reset', not \`redelivery', of tokens is possible)"
);
access.add_option(&["--no-access-token"],
StoreConst(Some(PlayerAccessUnset.into())),