mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-14 14:50:40 +01:00
Also pass '--no-init' if version could not be retrieved
This commit is contained in:
parent
6684c0b07a
commit
e400ebd1bd
@ -81,6 +81,9 @@ impl OutputType {
|
|||||||
//
|
//
|
||||||
// See: http://www.greenwoodsoftware.com/less/news.530.html
|
// See: http://www.greenwoodsoftware.com/less/news.530.html
|
||||||
match retrieve_less_version() {
|
match retrieve_less_version() {
|
||||||
|
None => {
|
||||||
|
p.arg("--no-init");
|
||||||
|
}
|
||||||
Some(version) if version < 530 => {
|
Some(version) if version < 530 => {
|
||||||
p.arg("--no-init");
|
p.arg("--no-init");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user