mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-25 07:48:53 +01:00
Spelling fixes
This commit is contained in:
parent
35f31270f3
commit
90e48e9b61
@ -542,7 +542,7 @@ You can see the API documentation here: https://docs.rs/bat/
|
|||||||
|
|
||||||
- Added `BAT_CONFIG_PATH` environment variable to set a non-default path for `bat`s configuration file, see #375 (@deg4uss3r)
|
- Added `BAT_CONFIG_PATH` environment variable to set a non-default path for `bat`s configuration file, see #375 (@deg4uss3r)
|
||||||
|
|
||||||
- Allow for multiple occurences of `--style` to allow for the configuration
|
- Allow for multiple occurrences of `--style` to allow for the configuration
|
||||||
of styles from the config file, see #367 (@sindreij)
|
of styles from the config file, see #367 (@sindreij)
|
||||||
|
|
||||||
- Allow for multiple `--line-range` arguments, see #23
|
- Allow for multiple `--line-range` arguments, see #23
|
||||||
|
@ -211,7 +211,7 @@ impl<'a> Input<'a> {
|
|||||||
)
|
)
|
||||||
.into());
|
.into());
|
||||||
}
|
}
|
||||||
file = input_identifier.into_inner().expect("The file was lost in the clircle::Identifier, this should not have happended...");
|
file = input_identifier.into_inner().expect("The file was lost in the clircle::Identifier, this should not have happened...");
|
||||||
}
|
}
|
||||||
|
|
||||||
InputReader::new(BufReader::new(file))
|
InputReader::new(BufReader::new(file))
|
||||||
|
Loading…
Reference in New Issue
Block a user