doc/manual: add release note for --stdin flag

This commit is contained in:
Timothy DeHerrera
2023-02-28 12:31:05 -07:00
parent df643051e2
commit 639659dec2
+3
View File
@@ -1,2 +1,5 @@
# Release X.Y (202?-??-??)
* Commands which take installables on the command line can now read them from the standard input if
passed the `--stdin` flag. This is primarily useful when you have a large amount of paths which
exceed the OS arg limit.