paritytech / try-runtime-cli

Substrate's programatic testing framework.
https://paritytech.github.io/try-runtime-cli/try_runtime
GNU General Public License v3.0
14 stars 13 forks source link

Expose `snapshot-path` arg #80

Closed ggwpez closed 8 months ago

ggwpez commented 8 months ago

LGTM. Could also write #[clap(index = 0)] for From to be extra explicit.

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