mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Update docs/src/extensions.md
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
co-authored by
Sylvestre Ledru
parent
8b210cf204
commit
d9e8244e02
@@ -25,7 +25,9 @@ $ ls -w=80
|
||||
GNU `env` allows the empty string to be used as an environment variable name. This is explicitly
|
||||
unsupported by the Rust standard library (see the
|
||||
[docs](https://doc.rust-lang.org/stable/std/env/fn.set_var.html) for more information), so uutils
|
||||
will show a warning on any such assignment. `env` has an additional `-f`/`--file` flag that can
|
||||
will show a warning on any such assignment.
|
||||
|
||||
`env` has an additional `-f`/`--file` flag that can
|
||||
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
|
||||
packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user