Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
#[throws(StartupError)]
fn main() {
- // todo test suite for cli at least
- // todo test suite for web api
-
use structopt::StructOpt;
#[derive(StructOpt)]
struct Opts {
}
// todo: list-players
-// todo: list-accounts
// todo: delete-account
//---------- reset-game ----------
#[derive(Debug,Clone)]
pub struct InstanceBundles {
- // todo: this vec is needed during loading only!
bundles: Vec<Option<Note>>,
}
insns: Vec<MgmtGameInstruction>,
how: MgmtGameUpdateMode,
},
- // todo: MarkGameUncorrupted
DestroyGame {
game: InstanceName,
},