Closed ggwpez closed 8 months ago
LGTM. Could also write #[clap(index = 0)] for From to be extra explicit.
#[clap(index = 0)]
From
You mean the pub from: LiveState? It has a clap(flatten), so cannot be positional. And it seems that the index starts at 1 anyway (plus it will panic when one is skipped): https://docs.rs/clap/latest/clap/struct.Arg.html#method.index
pub from: LiveState
clap(flatten)
You mean the
pub from: LiveState
? It has aclap(flatten)
, so cannot be positional.And it seems that the index starts at 1 anyway (plus it will panic when one is skipped): https://docs.rs/clap/latest/clap/struct.Arg.html#method.index