mirror of
https://github.com/sharkdp/bat
synced 2026-08-03 18:51:44 +00:00
Rename --squeeze to --squeeze-blank
This commit is contained in:
@@ -388,8 +388,8 @@ pub fn build_app(interactive_output: bool) -> Command {
|
||||
.long_help("Display a list of supported themes for syntax highlighting."),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("squeeze")
|
||||
.long("squeeze")
|
||||
Arg::new("squeeze-blank")
|
||||
.long("squeeze-blank")
|
||||
.short('s')
|
||||
.action(ArgAction::SetTrue)
|
||||
.help("Squeeze consecutive empty lines.")
|
||||
|
||||
Reference in New Issue
Block a user