Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
#[throws(AE)]
fn gss(&self, s: &str) -> Vec<String>
where Self: Sized {
- self.ss(&format!("--game @table@ {}", s))?
+ self.ss(&format!("-g @table@ {}", s))?
}
}
].iter());
su.otter(&subst
- .ss("--super --game @table@ \
+ .ss("--super -g@table@ \
--account server:@nick@ \
--fixed-token @token@ \
join-game")?)?;
"use NICK as nick for joining games (now and in the future) \
(default: derive from account name");
ap.refer(&mut rma.game).metavar("TABLE-NAME")
- .add_option(&["--game"],
+ .add_option(&["--game","-g"],
StoreOption,
"Select the game to operate on");
ap.refer(&mut rma.timezone).metavar("TZ")