mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
remove information about implementation details
This commit is contained in:
parent
dc2942a769
commit
696dd3c0cd
1 changed files with 3 additions and 4 deletions
|
@ -22,10 +22,9 @@ $ ls -w=80
|
||||||
|
|
||||||
## `env`
|
## `env`
|
||||||
|
|
||||||
GNU `env` allows the empty string to be used as an environment variable name. This is explicitly
|
GNU `env` allows the empty string to be used as an environment variable name.
|
||||||
unsupported by the Rust standard library (see the
|
This is unsupported by uutils, and it will show a warning on any such
|
||||||
[docs](https://doc.rust-lang.org/stable/std/env/fn.set_var.html) for more information), so uutils
|
assignment.
|
||||||
will show a warning on any such assignment.
|
|
||||||
|
|
||||||
`env` has an additional `-f`/`--file` flag that can
|
`env` has an additional `-f`/`--file` flag that can
|
||||||
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
|
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue