We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export-genesis-state
1 parent 3e1f9dd commit f4cbaf8Copy full SHA for f4cbaf8
ikura/chain/node/src/cli.rs
@@ -36,6 +36,7 @@ pub enum Subcommand {
36
/// Export the genesis head-data of the parachain.
37
///
38
/// Head data is the encoded block header.
39
+ #[clap(alias = "export-genesis-state")]
40
ExportGenesisHead(cumulus_client_cli::ExportGenesisHeadCommand),
41
42
/// Export the genesis wasm of the parachain.
0 commit comments