mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 03:07:56 +00:00
Add --no-beefy CLI flag (#2981)
* Add --disable-beefy CLI flag * Update cli/src/command.rs Co-authored-by: Andronik Ordian <write@reusable.software> * Update node/test/service/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update parachain/test-parachains/adder/collator/src/main.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update cli/src/command.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -100,6 +100,10 @@ pub struct RunCmd {
|
||||
#[structopt(long = "grandpa-pause", number_of_values(2))]
|
||||
pub grandpa_pause: Vec<u32>,
|
||||
|
||||
/// Disable BEEFY gadget.
|
||||
#[structopt(long)]
|
||||
pub no_beefy: bool,
|
||||
|
||||
/// Add the destination address to the jaeger agent.
|
||||
///
|
||||
/// Must be valid socket address, of format `IP:Port`
|
||||
|
||||
Reference in New Issue
Block a user