Open johnzeng opened 7 years ago
-D 'TEST(A)="hello"'
I don't think this is a good enough solution for a plugin... but ... this plugin is just passing parameters to a shell so I think there is no such thing called 'perfect solution' so I give up. Do you mind to update the readme file to let other people knows this inconvenient?
set up a
.clang
file with the following content:and then you will get error because you didn't escape
()
in the command....