mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-31 20:31:31 +00:00
Switch formatExportLine from double quotes to single quotes to prevent shell metacharacter expansion ($(), backticks, etc.) when output is consumed via eval. Also fix parseFlag to handle values containing =, remove unused test imports, and add empty-output guard after format transformation.