mirror of
https://github.com/sharkdp/bat
synced 2026-08-01 18:31:46 +00:00
Numbers => LineNumbers
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ impl App {
|
||||
if matches.value_of("decorations") == Some("never") {
|
||||
HashSet::new()
|
||||
} else if matches.is_present("number") {
|
||||
[StyleComponent::Numbers].iter().cloned().collect()
|
||||
[StyleComponent::LineNumbers].iter().cloned().collect()
|
||||
} else if matches.is_present("plain") {
|
||||
[StyleComponent::Plain].iter().cloned().collect()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user