feat: add show_distribution_summary config option (#1259)

This commit is contained in:
Gideon
2025-11-08 10:58:36 +01:00
committed by GitHub
parent 410bd61c75
commit 22ab77de6d
3 changed files with 16 additions and 1 deletions

View File

@@ -91,6 +91,11 @@
# See: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
# log_filters = ["topgrade::command=debug", "warn"]
# Whether to show a distribution-specific summary if applicable, e.g. listing
# Pacman backup configuration files (*.pacsave and *.pacnew)
# (default: true)
# show_distribution_summary = false
# Commands to run before anything
[pre_commands]