Skip to content

Commit 28d4e94

Browse files
committed
Remove top and bottom newlines in --help output
1 parent d529359 commit 28d4e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/src/help.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ more:
3737
re.replace_all(&usage, |caps: &regex::Captures| {
3838
dim(caps.get(0).unwrap().as_str())
3939
})
40+
.trim()
4041
.to_string()
4142
}

0 commit comments

Comments
 (0)