From e6b9432542673a451b058ad2f0a7f1b4c20d3fbf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Mar 2024 12:48:21 +0100 Subject: [PATCH] Add release note --- doc/manual/rl-next/arg-from-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/manual/rl-next/arg-from-file.md diff --git a/doc/manual/rl-next/arg-from-file.md b/doc/manual/rl-next/arg-from-file.md new file mode 100644 index 000000000..5849b11a3 --- /dev/null +++ b/doc/manual/rl-next/arg-from-file.md @@ -0,0 +1,9 @@ +--- +synopsis: "CLI options `--arg-from-file` and `--arg-from-stdin`" +prs: 10122 +--- + +The new CLI option `--arg-from-file` *name* *path* passes the contents +of file *path* as a string value via the function argument *name* to a +Nix expression. Similarly, the new option `--arg-from-stdin` *name* +reads the contents of the string from standard input.