From 639659dec22ed0016ce83dce79ff2aa46d83b0ab Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 11 Feb 2023 11:00:05 -0700 Subject: [PATCH] doc/manual: add release note for `--stdin` flag --- doc/manual/src/release-notes/rl-next.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 78ae99f4b..dbd2e88f7 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -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.