Skip to content

Commit

Permalink
docs(cli): update generated docs (#4523)
Browse files Browse the repository at this point in the history
Co-authored-by: julienrbrt <[email protected]>
  • Loading branch information
github-actions[bot] and julienrbrt authored Feb 20, 2025
1 parent ac62a79 commit ee8b825
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 @@ -916,9 +916,9 @@ ignite chain simulate [flags]
--genesis string custom simulation genesis file; cannot be used with params file
--genesisTime int override genesis UNIX time instead of using a random UNIX time
-h, --help help for simulate
--initialBlockHeight uint initial block to start the simulation (default 1)
--initialBlockHeight int initial block to start the simulation (default 1)
--lean lean simulation log output
--numBlocks uint number of new blocks to simulate from the initial block height (default 200)
--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
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
Expand Down Expand Up @@ -3425,9 +3425,9 @@ ignite testnet simulate [flags]
--genesis string custom simulation genesis file; cannot be used with params file
--genesisTime int override genesis UNIX time instead of using a random UNIX time
-h, --help help for simulate
--initialBlockHeight uint initial block to start the simulation (default 1)
--initialBlockHeight int initial block to start the simulation (default 1)
--lean lean simulation log output
--numBlocks uint number of new blocks to simulate from the initial block height (default 200)
--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
--seed int simulation random seed (default 42)
--simName string name of the simulation to run (default "TestFullAppSimulation")
Expand Down

0 comments on commit ee8b825

Please sign in to comment.