Skip to content

Commit f4cbaf8

Browse files
pepyakinrphmeier
authored andcommitted
node: reinstate export-genesis-state.
This is needed because of the lack of binary builds of zombienet for macOS. Reverts #229
1 parent 3e1f9dd commit f4cbaf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ikura/chain/node/src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub enum Subcommand {
3636
/// Export the genesis head-data of the parachain.
3737
///
3838
/// Head data is the encoded block header.
39+
#[clap(alias = "export-genesis-state")]
3940
ExportGenesisHead(cumulus_client_cli::ExportGenesisHeadCommand),
4041

4142
/// Export the genesis wasm of the parachain.

0 commit comments

Comments
 (0)