Eclipse 命令行参数中的引用?

我需要将类似此代码传给 Eclipse CDT:

-lua 'dofile("path/to/my/file.lua")'

但是,我的 argv[2] 最终没有引号:

'dofile(path/to/my/file.lua)'

我该如何修复才能保留引号?

点赞