We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29da4f commit 791381dCopy full SHA for 791381d
crates/forge/src/cmd/inspect.rs
@@ -41,6 +41,7 @@ pub struct InspectArgs {
41
#[arg(long, short, help_heading = "Display options")]
42
pub strip_yul_comments: bool,
43
44
+ /// Whether to wrap the table to the terminal width.
45
46
pub wrap: bool,
47
}
0 commit comments