Skip to content

Commit 13ee499

Browse files
ggwpezliamaharon
andauthored
Expose snapshot-path arg (#80)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
1 parent 8762d74 commit 13ee499

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
members = ["cli", "core"]
55

66
[workspace.package]
7-
version = "0.6.0"
7+
version = "0.6.1"
88
authors = ["Parity Technologies <admin@parity.io>"]
99
description = "Substrate's programmatic testing framework."
1010
edition = "2021"

core/src/commands/create_snapshot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub struct Command {
3737
/// The snapshot path to write to.
3838
///
3939
/// If not provided `<spec-name>-<spec-version>@<block-hash>.snap` will be used.
40+
#[clap(index = 1)]
4041
pub snapshot_path: Option<String>,
4142
}
4243

0 commit comments

Comments
 (0)