mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -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.