nushell/docs/commands/let-env.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00: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