Skip to content

Commit

Permalink
chore(output): weekly command output update (#1352)
Browse files Browse the repository at this point in the history
update command output

Co-authored-by: mattsse <[email protected]>
  • Loading branch information
github-actions[bot] and mattsse authored Nov 10, 2024
1 parent 75f9130 commit 189c880
Show file tree
Hide file tree
Showing 186 changed files with 659 additions and 186 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.

4 changes: 2 additions & 2 deletions src/output/hello_foundry/forge-init

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-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.

9 changes: 7 additions & 2 deletions src/reference/cli/anvil.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,11 @@ EVM options:
[aliases: odyssey]
--auto-impersonate
Enable autoImpersonate on startup
Enables automatic impersonation on startup. This allows any
transaction sender to be simulated as different accounts, which is
useful for testing contract behavior
[aliases: auto-impersonate]
[aliases: auto-unlock]
--disable-console-log
Disable printing of `console.log` invocations to stdout
Expand Down Expand Up @@ -319,6 +321,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/anvil/completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/anvil/generate-fig-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
6 changes: 3 additions & 3 deletions src/reference/cli/cast/4byte-decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Options:
Print help (see a summary with '-h')
Display options:
-j, --json
Print the decoded calldata as JSON
--color <COLOR>
Log messages coloring
Expand All @@ -29,6 +26,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/cast/4byte-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/cast/4byte.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
6 changes: 3 additions & 3 deletions src/reference/cli/cast/abi-decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Decode input data instead of output data:
Whether to decode the input or output data
Display options:
-j, --json
Print the decoded calldata as JSON
--color <COLOR>
Log messages coloring
Expand All @@ -36,6 +33,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
3 changes: 3 additions & 0 deletions src/reference/cli/cast/abi-encode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Display options:
- always: Force color output
- never: Force disable color output
--json
Format log messages as JSON
-q, --quiet
Do not print log messages
Expand Down
Loading

0 comments on commit 189c880

Please sign in to comment.