hide-env
for core> hide-env {flags} ...rest
--ignore-errors, -i
: do not throw an error if an environment variable was not found...rest
: environment variable names to hideinput | output |
---|---|
nothing | nothing |
Hide an environment variable
>$env.HZ_ENV_ABC=1;hide-envHZ_ENV_ABC;'HZ_ENV_ABC'in (env).name
false
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/hide-env.html