本当にばかげている気がしますが、vera++ でワイルドカードを使用するにはどうすればよいですか? 私はできると思います:
vera++ --root "C:\Program Files (x86)\vera++\lib\vera++" -R L001 *.cpp
しかし、私は得る:
error: cannot open source file *.cpp
while executing
"GetAllLines $f"
...
ありがとう、ダニエル・デッカーズ
本当にばかげている気がしますが、vera++ でワイルドカードを使用するにはどうすればよいですか? 私はできると思います:
vera++ --root "C:\Program Files (x86)\vera++\lib\vera++" -R L001 *.cpp
しかし、私は得る:
error: cannot open source file *.cpp
while executing
"GetAllLines $f"
...
ありがとう、ダニエル・デッカーズ
コメントを要約するには:
-
ファイル名として渡し、stdin のファイルのリストにパイプするか、Makefile または同様のスクリプトまたはツール ランナーを使用するか、PowerShell または for loopを使用するか、別のシェル (MinGW や Cygwin など) を使用します。