mirror of
https://github.com/trycua/lume.git
synced 2026-01-01 01:50:00 -06:00
- Replaced unsafe string concatenation with `shlex.join()` for POSIX systems, `mslex.join()` for Windows systems. - Add utility function `safe_join`. - Modified `pyproject.toml` to include `mslex` dependency for Windows environments.