Skip to content

Commit

Permalink
adding rustdoc for chain-spec-builder subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
seemantaggarwal committed Feb 19, 2025
1 parent f5d8e7a commit c26a9bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus/polkadot-omni-node/lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub enum Subcommand {
/// Revert the chain to a previous state.
Revert(sc_cli::RevertCmd),

/// Subcommand for generating and managing chain specifications.
#[command(alias = "chain-spec-builder")]
#[command(subcommand)]
ChainSpecBuilder(ChainSpecBuilderCmd),
Expand Down

0 comments on commit c26a9bc

Please sign in to comment.