From a59ae6c64bde9732cd6b18fa5d87863e82de3f8c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Jul 2026 20:33:04 +0200 Subject: feat: show config-file presence in --help Add a 'Config file:' line to the help output reporting whether $MKHINT_CONFIG is present and sourced or absent (defaults in use). Co-Authored-By: Claude Opus 4.8 --- mkhint | 1 + 1 file changed, 1 insertion(+) diff --git a/mkhint b/mkhint index e7a3133..9ec2567 100755 --- a/mkhint +++ b/mkhint @@ -88,6 +88,7 @@ Options: --no-dl, -N Skip downloads; add NODOWNLOAD=yes to hint file (use with -f or -n) --help, -h Show this help message +Config file: ${MKHINT_CONFIG}$([[ -f "$MKHINT_CONFIG" ]] && echo " (present, sourced)" || echo " (not present, using defaults)") Hint files are stored in: $HINT_DIR Temporary files are stored in: $TMP_DIR Phantom-dep list (for --fix-current / --new): $PHANTOM_DEPS_FILE -- cgit v1.2.3