From b3c63978f732d45260e96ae6a1e612186c6a53f5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:31:50 +0000 Subject: [PATCH] docs(cli): update generated docs --- docs/docs/08-references/01-cli.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/08-references/01-cli.md b/docs/docs/08-references/01-cli.md index 230c63ce2c..ff243bb900 100644 --- a/docs/docs/08-references/01-cli.md +++ b/docs/docs/08-references/01-cli.md @@ -920,10 +920,7 @@ ignite chain simulate [flags] --numBlocks int number of new blocks to simulate from the initial block height (default 200) --params string custom simulation params file which overrides any random params; cannot be used with genesis --period uint run slow invariants only once every period assertions - --printAllInvariants print all invariants if a broken invariant is found --seed int simulation random seed (default 42) - --simulateEveryOperation run slow invariants every operation - -v, --verbose verbose log output ``` **Options inherited from parent commands** @@ -3167,7 +3164,6 @@ ignite scaffold module [name] [flags] --clear-cache clear the build cache (advanced) --dep strings add a dependency on another module -h, --help help for module - --ibc add IBC functionality --module-configs strings add module configs --ordering string channel ordering of the IBC module [none|ordered|unordered] (default "none") --params strings add module parameters