mirror of
https://github.com/trycua/computer.git
synced 2026-01-02 03:20:22 -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.