================
@@ -205,6 +205,12 @@ def main():
"commits"
),
)
+ p.add_argument(
+ "-0",
+ "--null",
+ action="store_true",
+ help="print the affected paths with null-terminated characters",
----------------
mydeveloperday wrote:
if you plan on dropping other text output (which I think perhaps you should
other wise it needs to be grep -v'd or tailed to make it work correctly, I
would perhaps rather we had a better named command line switch than -0 or --null
I know this is likely how xargs or find works, but I think we can do a little
better than those tools in terms of clarity.
https://github.com/llvm/llvm-project/pull/123926
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits