mirror of
https://github.com/sharkdp/bat
synced 2026-06-30 13:33:16 +00: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.