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.
2 parents d094e72 + 3848e6c commit a29fd4aCopy full SHA for a29fd4a
docs/src/extensions.md
@@ -22,8 +22,13 @@ $ ls -w=80
22
23
## `env`
24
25
-`env` has an additional `-f`/`--file` flag that can parse `.env` files and set
26
-variables accordingly. This feature is adopted from `dotenv` style packages.
+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
27
+assignment.
28
+
29
+ `env` has an additional `-f`/`--file` flag that can
30
+parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
31
+packages.
32
33
## `cp`
34
0 commit comments