Skip to content

Commit e72a8bb

Browse files
gabriele-0201pepyakin
authored andcommitted
node: add alias to command ExportGenesisHead
`export-genesis-state` is needed as alias to the command ExportGenesisHead because zombienet rely on that command
1 parent b71bfcc commit e72a8bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sugondat/chain/node/src/cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ pub enum Subcommand {
3434
ExportGenesisMetadata(export_genesis_metadata::ExportGenesisMetadataCmd),
3535

3636
/// Export the genesis head-data of the parachain.
37+
///
38+
/// Head data is the encoded block header.
39+
#[command(alias = "export-genesis-state")]
3740
ExportGenesisHead(cumulus_client_cli::ExportGenesisHeadCommand),
3841

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

0 commit comments

Comments
 (0)