dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

Add logic for single quote arguments (verbatim) #47

Closed brunompena closed 6 years ago

brunompena commented 6 years ago

Edited the get_arg function to allow quoted strings (verbatim). This can be used to quote Windows paths with spaces:

> mspdebug ... "prog 'C:\Users\My Folder With Spaces\...\file.hex'"