Skip to content

Commit

Permalink
docs(cli): update generated docs (#4464)
Browse files Browse the repository at this point in the history
Co-authored-by: julienrbrt <29894366+julienrbrt@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and julienrbrt authored Jan 14, 2025
1 parent 96722c1 commit 6933525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ Run simulation testing for the blockchain

**Synopsis**

Run simulation testing for the blockchain. It sends many randomized-input messages of each module to a simulated node and checks if invariants break
Run simulation testing for the blockchain. It sends many randomized-input messages of each module to a simulated node.

```
ignite chain simulate [flags]
Expand All @@ -920,8 +920,8 @@ ignite chain simulate [flags]
--lean lean simulation log output
--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
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
```

**Options inherited from parent commands**
Expand Down Expand Up @@ -3403,7 +3403,7 @@ Run simulation testing for the blockchain

**Synopsis**

Run simulation testing for the blockchain. It sends many randomized-input messages of each module to a simulated node and checks if invariants break
Run simulation testing for the blockchain. It sends many randomized-input messages of each module to a simulated node.

```
ignite testnet simulate [flags]
Expand All @@ -3424,8 +3424,8 @@ ignite testnet simulate [flags]
--lean lean simulation log output
--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
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
```

**SEE ALSO**
Expand Down

0 comments on commit 6933525

Please sign in to comment.