mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-08-28 23:27:04 +08:00
68241f9c30
Replace str.split() with shlex.split() in the REPL loop of 9 harnesses (Blender, Audacity, Inkscape, KDenlive, LibreOffice, OBS Studio, Ollama, Zoom, ComfyUI) to correctly handle quoted arguments containing spaces. The GIMP harness already uses this pattern. A ValueError fallback to str.split() is included for malformed quotes. Fixes HKUDS/CLI-Anything#127