mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00:00
Update src/bin/bat/clap_app.rs for PR 2309
Co-authored-by: Martin Nordholts <enselic@gmail.com>
This commit is contained in:
parent
bf114f5844
commit
ff71303349
@ -206,7 +206,7 @@ pub fn build_app(interactive_output: bool) -> Command<'static> {
|
|||||||
.long("chop-long-lines")
|
.long("chop-long-lines")
|
||||||
.short('S')
|
.short('S')
|
||||||
.takes_value(false)
|
.takes_value(false)
|
||||||
.help("Truncate all lines longer than screen width. Alias for '--wrap=character'."),
|
.help("Truncate all lines longer than screen width. Alias for '--wrap=never'."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("terminal-width")
|
Arg::new("terminal-width")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user