mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-10 21:27:01 +01:00
aa3ec109b7
This happens when there are no `--style` arguments other than the one passed in as a command line argument. Prior to this change, removing a style component (e.g. `--style=-numbers`) would remove the component from an empty style component set, resulting in no styles at all. That behaviour was less intuitive than the new behaviour, which starts out with the default components and removes the line numbers. |
||
---|---|---|
.. | ||
app.rs | ||
assets.rs | ||
clap_app.rs | ||
config.rs | ||
directories.rs | ||
input.rs | ||
main.rs |