nushell/docs/commands/let-env.md
JT bff81f24aa
Autogenerate missing docs (#3514)
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00

321 B

let-env

Create an environment variable and give it a value.

Usage

> let-env <name> <equals> <expr> {flags} 

Parameters

  • <name> the name of the environment variable
  • <equals> the equals sign
  • <expr> the value for the environment variable

Flags

  • -h, --help: Display this help message