Skip to content

Commit

Permalink
update command output (#1224)
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 23, 2024
1 parent ccaf8c5 commit a4a7c0c
Show file tree
Hide file tree
Showing 32 changed files with 58 additions and 87 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.

6 changes: 3 additions & 3 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.

26 changes: 13 additions & 13 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.

4 changes: 2 additions & 2 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: 4 additions & 1 deletion src/reference/cli/anvil.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Options:
Server options:
--allow-origin <ALLOW_ORIGIN>
Set the CORS allow_origin
The cors `allow_origin` header
[default: *]
Expand All @@ -137,6 +137,9 @@ Server options:
--no-cors
Disable CORS
--no-request-size-limit
Disable the default request body size limit. At time of writing the default limit is 2MB
Fork config:
--compute-units-per-second <CUPS>
Sets the number of assumed available compute units per second for this provider
Expand Down
3 changes: 2 additions & 1 deletion src/reference/cli/cast/etherscan-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Arguments:
<ADDRESS> The contract's address
Options:
-d <DIRECTORY> The output directory to expand source tree into
-f, --flatten Whether to flatten the source code
-d <DIRECTORY> The output directory/file to expand source tree into
-e, --etherscan-api-key <KEY> The Etherscan (or equivalent) API key [env: ETHERSCAN_API_KEY=]
-c, --chain <CHAIN> The chain name or EIP-155 chain ID [env: CHAIN=]
-h, --help Print help
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/cast/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/chisel.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ Build options:
`test` and `script` are aliases for `.t.sol` and `.s.sol`.
-p, --paths [<PATHS>...]
Build source files from specified paths
Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
4 changes: 2 additions & 2 deletions src/reference/cli/forge/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Build the project's smart contracts

```bash
$ forge build --help
Usage: forge build [OPTIONS]
Usage: forge build [OPTIONS] [PATHS]...

Options:
-h, --help
Expand All @@ -25,7 +25,7 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
[PATHS]...
Build source files from specified paths

Cache options:
Expand Down
4 changes: 2 additions & 2 deletions src/reference/cli/forge/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Display the current config

```bash
$ forge config --help
Usage: forge config [OPTIONS]
Usage: forge config [OPTIONS] [PATHS]...

Options:
--basic
Expand Down Expand Up @@ -34,7 +34,7 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
[PATHS]...
Build source files from specified paths

Cache options:
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
3 changes: 0 additions & 3 deletions src/reference/cli/forge/selectors/collision.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Build options:

`test` and `script` are aliases for `.t.sol` and `.s.sol`.

-p, --paths [<PATHS>...]
Build source files from specified paths

Linker options:
--libraries <LIBRARIES>
Set pre-linked libraries
Expand Down
Loading

0 comments on commit a4a7c0c

Please sign in to comment.