Skip to content

Commit

Permalink
chore(output): weekly command output update (#1341)
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 Oct 27, 2024
1 parent e8d37d2 commit 9221001
Show file tree
Hide file tree
Showing 187 changed files with 3,470 additions and 357 deletions.
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
- [`cast etherscan-source`](./reference/cli/cast/etherscan-source.md)
- [`cast find-block`](./reference/cli/cast/find-block.md)
- [`cast format-bytes32-string`](./reference/cli/cast/format-bytes32-string.md)
- [`cast format-units`](./reference/cli/cast/format-units.md)
- [`cast from-bin`](./reference/cli/cast/from-bin.md)
- [`cast from-fixed-point`](./reference/cli/cast/from-fixed-point.md)
- [`cast from-rlp`](./reference/cli/cast/from-rlp.md)
Expand All @@ -195,6 +196,7 @@
- [`cast nonce`](./reference/cli/cast/nonce.md)
- [`cast parse-bytes32-address`](./reference/cli/cast/parse-bytes32-address.md)
- [`cast parse-bytes32-string`](./reference/cli/cast/parse-bytes32-string.md)
- [`cast parse-units`](./reference/cli/cast/parse-units.md)
- [`cast pretty-calldata`](./reference/cli/cast/pretty-calldata.md)
- [`cast proof`](./reference/cli/cast/proof.md)
- [`cast publish`](./reference/cli/cast/publish.md)
Expand Down
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.

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.

3 changes: 2 additions & 1 deletion src/output/hello_foundry/tree-with-files

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.

2 changes: 2 additions & 0 deletions src/reference/cli/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
- [`cast etherscan-source`](./cast/etherscan-source.md)
- [`cast find-block`](./cast/find-block.md)
- [`cast format-bytes32-string`](./cast/format-bytes32-string.md)
- [`cast format-units`](./cast/format-units.md)
- [`cast from-bin`](./cast/from-bin.md)
- [`cast from-fixed-point`](./cast/from-fixed-point.md)
- [`cast from-rlp`](./cast/from-rlp.md)
Expand All @@ -110,6 +111,7 @@
- [`cast nonce`](./cast/nonce.md)
- [`cast parse-bytes32-address`](./cast/parse-bytes32-address.md)
- [`cast parse-bytes32-string`](./cast/parse-bytes32-string.md)
- [`cast parse-units`](./cast/parse-units.md)
- [`cast pretty-calldata`](./cast/pretty-calldata.md)
- [`cast proof`](./cast/proof.md)
- [`cast publish`](./cast/publish.md)
Expand Down
18 changes: 15 additions & 3 deletions src/reference/cli/anvil.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ Options:
See --state and --dump-state
--silent
Don't print anything on startup and don't print logs
--slots-in-an-epoch <SLOTS_IN_AN_EPOCH>
Slots in an epoch
Expand Down Expand Up @@ -312,4 +309,19 @@ EVM options:
Enable steps tracing used for debug calls returning geth-style traces
[aliases: tracing]
Display options:
--color <COLOR>
Log messages coloring
Possible values:
- auto: Intelligently guess whether to use color output (default)
- always: Force color output
- never: Force disable color output
-q, --quiet
Do not print log messages
--verbose
Use verbose output
```
23 changes: 20 additions & 3 deletions src/reference/cli/anvil/completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,28 @@ $ anvil completions --help
```

```txt
Usage: anvil completions <SHELL>
Usage: anvil completions [OPTIONS] <SHELL>
Arguments:
<SHELL> [possible values: bash, elvish, fish, powershell, zsh]
<SHELL>
[possible values: bash, elvish, fish, powershell, zsh]
Options:
-h, --help Print help
-h, --help
Print help (see a summary with '-h')
Display options:
--color <COLOR>
Log messages coloring
Possible values:
- auto: Intelligently guess whether to use color output (default)
- always: Force color output
- never: Force disable color output
-q, --quiet
Do not print log messages
--verbose
Use verbose output
```
20 changes: 18 additions & 2 deletions src/reference/cli/anvil/generate-fig-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,24 @@ $ anvil generate-fig-spec --help
```

```txt
Usage: anvil generate-fig-spec
Usage: anvil generate-fig-spec [OPTIONS]
Options:
-h, --help Print help
-h, --help
Print help (see a summary with '-h')
Display options:
--color <COLOR>
Log messages coloring
Possible values:
- auto: Intelligently guess whether to use color output (default)
- always: Force color output
- never: Force disable color output
-q, --quiet
Do not print log messages
--verbose
Use verbose output
```
Loading

0 comments on commit 9221001

Please sign in to comment.