diff options
author | Timothy DeHerrera <tim@nrdxp.dev> | 2023-02-11 11:00:05 -0700 |
---|---|---|
committer | Timothy DeHerrera <tim@nrdxp.dev> | 2023-02-28 12:31:05 -0700 |
commit | 639659dec22ed0016ce83dce79ff2aa46d83b0ab (patch) | |
tree | c3adec45663d36ec1283bdcc033d269628155a6d /doc/manual/src/release-notes/rl-next.md | |
parent | df643051e282465b73fc29e3f223b4fd497137d7 (diff) |
doc/manual: add release note for `--stdin` flag
Diffstat (limited to 'doc/manual/src/release-notes/rl-next.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 3 |
1 files changed, 3 insertions, 0 deletions
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. |