mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 19:05:07 +00:00
- Add global caching for `detect_architecture`, `get_darwin_major`, `get_optimal_parallel_jobs`, and `is_ansi_supported` to reduce subshell overhead. - Improve robustness of `get_lsregister_path` by returning 1 on failure. - Enhance security of `get_user_home` by replacing `eval echo` with `id -P`.