我觉得真的很蠢但是如何在vera ++中使用通配符? 我想我能做到:
vera++ --root "C:\Program Files (x86)\vera++\lib\vera++" -R L001 *.cpp
但我明白了:
error: cannot open source file *.cpp
while executing
"GetAllLines $f"
...
谢谢, Daniel Dekkers
答案 0 :(得分:0)
总结评论:
-
作为文件名和管道传递给stdin上的文件列表,或使用Makefile或类似的脚本或工具运行器,或使用PowerShell or a for loop,或使用另一个shell (如MinGW或Cygwin)。