Skip to content

Commit 954accf

Browse files
authored
docs(cast): add description for cast rpc --decode-internal (#11825)
1 parent 296732b commit 954accf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/cast/src/cmd/call.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ pub struct CallArgs {
9797
#[arg(long, requires = "trace")]
9898
debug: bool,
9999

100+
/// Identify internal functions in traces.
101+
///
102+
/// This will trace internal functions and decode stack parameters.
103+
///
104+
/// Parameters stored in memory (such as bytes or arrays) are currently decoded only when a
105+
/// single function is matched, similarly to `--debug`, for performance reasons.
100106
#[arg(long, requires = "trace")]
101107
decode_internal: bool,
102108

0 commit comments

Comments
 (0)