mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Add release note
This commit is contained in:
parent
8ce1f6800b
commit
e6b9432542
1 changed files with 9 additions and 0 deletions
9
doc/manual/rl-next/arg-from-file.md
Normal file
9
doc/manual/rl-next/arg-from-file.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue