如何使用命令行将审核的 fpr 文件与新扫描的 fpr 文件合并?
How do I merge the audited fpr file with the newly scanned fpr file using the command line?
我想将经过审核的强化 .fpr 文件与新扫描的 .fpr 文件合并,以便所有审核和评论都反映在新文件中。如何使用命令行合并文件?提前致谢。
fprutility -merge -project <old.fpr> -source <new.fpr> -f <merged.fpr>
我想将经过审核的强化 .fpr 文件与新扫描的 .fpr 文件合并,以便所有审核和评论都反映在新文件中。如何使用命令行合并文件?提前致谢。
fprutility -merge -project <old.fpr> -source <new.fpr> -f <merged.fpr>