From 18bc02d7095d2ea865a2affd673ec46ffd832306 Mon Sep 17 00:00:00 2001 From: tomholford Date: Wed, 31 Jan 2024 10:16:03 -0800 Subject: [PATCH] cast: update `call` flags This updates the docs to reflect that the `--verbose` flag was removed from `call`. See: https://github.com/foundry-rs/foundry/pull/6939 https://github.com/foundry-rs/foundry/pull/6219 --- src/reference/cast/cast-call.md | 3 --- src/reference/cli/cast/call.md | 5 ----- 2 files changed, 8 deletions(-) diff --git a/src/reference/cast/cast-call.md b/src/reference/cast/cast-call.md index 882fe0337..3e0782690 100644 --- a/src/reference/cast/cast-call.md +++ b/src/reference/cast/cast-call.md @@ -24,9 +24,6 @@ The destination (*to*) can be an ENS name or an address. `--debug`     Opens an interactive debugger with the transaction. Needs `--trace`. -`--verbose` -    Prints a more verbose trace. Needs `--trace`. - `--labels `     Labels to apply to the traces, with the format `address:label`. Needs `--trace`. diff --git a/src/reference/cli/cast/call.md b/src/reference/cli/cast/call.md index 9ddbfd5d0..798a0d0ec 100644 --- a/src/reference/cli/cast/call.md +++ b/src/reference/cli/cast/call.md @@ -32,11 +32,6 @@ Options: opens an interactive debugger - --verbose - Can only be used with "--trace" - - prints a more verbose trace - --labels Can only be used with "--trace" Labels to apply to the traces.