hasselmm / cmake-toolchain-arduino-cli

A CMake toolchain for Arduino entirely based upon Arduino CLI
MIT License
1 stars 0 forks source link

Properly parse shell-quoted properties #7

Open hasselmm opened 1 month ago

hasselmm commented 1 month ago

Commands in properties.txt are expressed as simple strings with complex shell escaping, but also customing single-quote and double-double-quote escaping. It's really complex. Try to reimplement SplitQuotedString for best reliability.