Skip to content

Commit 791381d

Browse files
committed
chore: add doc comment
1 parent a29da4f commit 791381d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge/src/cmd/inspect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub struct InspectArgs {
4141
#[arg(long, short, help_heading = "Display options")]
4242
pub strip_yul_comments: bool,
4343

44+
/// Whether to wrap the table to the terminal width.
4445
#[arg(long, short, help_heading = "Display options")]
4546
pub wrap: bool,
4647
}

0 commit comments

Comments
 (0)