mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-29 08:01:02 +03:00
File="path" quotes are part of 1C connection string syntax, not shell quoting. Previous fix correctly removed quotes from /Out and /F args (where list2cmdline handles quoting) but incorrectly removed them from the CREATEINFOBASE connection string too. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>