We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2942a commit 696dd3cCopy full SHA for 696dd3c
docs/src/extensions.md
@@ -22,10 +22,9 @@ $ ls -w=80
22
23
## `env`
24
25
-GNU `env` allows the empty string to be used as an environment variable name. This is explicitly
26
-unsupported by the Rust standard library (see the
27
-[docs](https://doc.rust-lang.org/stable/std/env/fn.set_var.html) for more information), so uutils
28
-will show a warning on any such assignment.
+GNU `env` allows the empty string to be used as an environment variable name.
+This is unsupported by uutils, and it will show a warning on any such
+assignment.
29
30
`env` has an additional `-f`/`--file` flag that can
31
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
0 commit comments