bat/src/bin/bat
Ethan P. aa3ec109b7
First StyleComponentList should remove from 'auto' style.
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.
2024-07-30 21:22:02 -07:00
..
app.rs First StyleComponentList should remove from 'auto' style. 2024-07-30 21:22:02 -07:00
assets.rs Inline format! args wherever possible 2024-02-25 00:38:11 +01:00
clap_app.rs Update clap/docs for merging --style arguments 2024-07-30 21:21:55 -07:00
config.rs Join env var options with "=" instead of " " 2024-07-30 21:21:58 -07:00
directories.rs Replace dirs crate with etcetera crate 2023-09-01 21:13:21 +02:00
input.rs Improve readability 2021-03-07 14:59:10 +01:00
main.rs refactor: factorize constants by inverting loop and condition order 2024-04-19 11:44:47 +02:00