Skip to content

Commit

Permalink
Update forge inspect with errors and events fields (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Apr 5, 2024
1 parent 5d73db0 commit ff546b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/reference/forge/forge-inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The field to inspect (*field*) can be any of:
- `metadata`/`meta`
- `userdoc`/`userDoc`/`user-doc`
- `ewasm`/`e-wasm`
- `errors`
- `events`

### OPTIONS

Expand All @@ -51,7 +53,7 @@ The field to inspect (*field*) can be any of:
```

3. Inspect the abi of a contract in a pretty format:
```sh
```sh
forge inspect --pretty MyContract abi
```

Expand Down

0 comments on commit ff546b1

Please sign in to comment.