referrerpolicy=no-referrer-when-downgrade

Module extra_subcommand

Source
Expand description

Optional / additional CLI options for binaries built with polkadot‑omni‑node‑lib.

Enums§

DefaultExtraSubcommands
Built-in extra subcommands provided by polkadot-omni-node-lib.
NoExtraSubcommand
No-op subcommand handler. Use this when a binary does not expose any extra subcommands.

Traits§

ExtraSubcommand
A trait for injecting and handling additional CLI subcommands in a composable way.