Skip to content

Commit

Permalink
chore(output): weekly command output update (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
1 parent 573479a commit 36abc7e
Show file tree
Hide file tree
Showing 19 changed files with 51 additions and 45 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.

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.

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: 3 additions & 2 deletions src/reference/cli/cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ Commands:
hash-zero Prints the zero hash [aliases: --hash-zero, hz]
help Print this message or the help of the given
subcommand(s)
implementation Fetch the EIP-1967 implementation account [aliases:
impl]
implementation Fetch the EIP-1967 implementation for a contract Can
read from the implementation slot or the beacon slot
[aliases: impl]
index Compute the storage slot for an entry in a mapping
[aliases: in]
index-erc7201 Compute storage slots as specified by `ERC-7201:
Expand Down
2 changes: 1 addition & 1 deletion src/reference/cli/cast/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage: cast admin [OPTIONS] <WHO>
Arguments:
<WHO>
The address to get the nonce for
The address from which the admin account will be fetched
Options:
-B, --block <BLOCK>
Expand Down
9 changes: 7 additions & 2 deletions src/reference/cli/cast/implementation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cast implementation

Fetch the EIP-1967 implementation account
Fetch the EIP-1967 implementation for a contract Can read from the

```bash
$ cast implementation --help
Expand All @@ -11,14 +11,19 @@ Usage: cast implementation [OPTIONS] <WHO>
Arguments:
<WHO>
The address to get the nonce for
The address for which the implementation will be fetched
Options:
-B, --block <BLOCK>
The block height to query at.
Can also be the tags earliest, finalized, safe, latest, or pending.
--beacon
Fetch the implementation from the beacon slot.
If not specified, the implementation slot is used.
-r, --rpc-url <URL>
The RPC endpoint
Expand Down

0 comments on commit 36abc7e

Please sign in to comment.