Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(cli): update generated docs #4523

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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