Auto-sync from catchthesethighs

This commit is contained in:
Aaron D. Lee
2025-12-15 21:39:56 -05:00
parent 9673a1cb94
commit 3560a94418
7 changed files with 67 additions and 23 deletions

View File

@@ -28,13 +28,17 @@ for arg in "$@"; do
QUIET_MODE=true
;;
--help|-h)
echo "Usage: $0 [OPTIONS]"
echo "Usage: dotfiles-doctor.sh [OPTIONS]"
echo
echo "Options:"
echo " --fix Attempt to automatically fix issues"
echo " --quiet Only show errors and warnings"
echo " --help Show this help message"
echo
echo "Aliases:"
echo " dfd, doctor Run diagnostics"
echo " dffix Run with --fix"
echo
exit 0
;;
esac
@@ -448,7 +452,7 @@ print_summary() {
else
echo -e "${RED}✗ Some issues found.${NC}"
if [[ "$FIX_MODE" != true ]]; then
echo -e " Run with ${CYAN}--fix${NC} to attempt automatic fixes."
echo -e " Run ${CYAN}dffix${NC} or ${CYAN}dotfiles-doctor.sh --fix${NC} to attempt automatic fixes."
fi
fi
echo