Skip to content

Commit

Permalink
update command output (#1229)
Browse files Browse the repository at this point in the history
Co-authored-by: mattsse <mattsse@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mattsse authored Jun 30, 2024
1 parent 1e7b01e commit 9a87849
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 44 deletions.
2 changes: 1 addition & 1 deletion src/output/cast/cast-call

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes-expectrevert

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes-tracing

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/cheatcodes/forge-test-simple

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/deps/forge-install

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/foundry-template/forge-build

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/foundry-template/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/output/fuzz_testing/forge-test-fail-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/fuzz_testing/forge-test-no-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/output/fuzz_testing/forge-test-success-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/hello_foundry/forge-build

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/hello_foundry/forge-init

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/output/hello_foundry/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/nft_tutorial/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/test_filters/forge-test-match-contract-and-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/test_filters/forge-test-match-path

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/reference/cli/anvil.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ Fork config:
See --fork-url.
--fork-transaction-hash <TRANSACTION>
Fetch state from a specific transaction hash over a remote endpoint.
See --fork-url.
--no-rate-limit
Disables rate limiting for this node's provider.

Expand Down
4 changes: 2 additions & 2 deletions src/reference/cli/cast/wallet/vanity.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Usage: cast wallet vanity [OPTIONS]

Options:
--starts-with <HEX>
Prefix for the vanity address
Prefix regex pattern or hex string

--ends-with <HEX>
Suffix for the vanity address
Suffix regex pattern or hex string

--nonce <NONCE>
Generate a vanity contract address created by the generated keypair with the specified
Expand Down

0 comments on commit 9a87849

Please sign in to comment.