mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Using hypens instead of underscores for set-terminal-title command
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ impl App {
|
||||
use_custom_assets: !self.matches.get_flag("no-custom-assets"),
|
||||
#[cfg(feature = "lessopen")]
|
||||
use_lessopen: self.matches.get_flag("lessopen"),
|
||||
set_terminal_title: self.matches.get_flag("set_terminal_title"),
|
||||
set_terminal_title: self.matches.get_flag("set-terminal-title"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user