We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def-env
Version 0.87 of nushell deprecates the use of def-env nushell/nushell#10715. It will be removed in the next version.
This is the only place where it's used:
asdf/asdf.nu
Line 1 in fad23bc
AFAIK just replacing it with def --env should work.
def --env
Just use asdf from nushell.
No deprecation warnings should be issued with version 0.87.
Deprecation warnings with version 0.87.
Not relevant.
No response
The text was updated successfully, but these errors were encountered:
thanks for the report! this has been fixed in #1681
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the Bug
Version 0.87 of nushell deprecates the use of
def-env
nushell/nushell#10715. It will be removed in the next version.This is the only place where it's used:
asdf/asdf.nu
Line 1 in fad23bc
AFAIK just replacing it with
def --env
should work.Steps to Reproduce
Just use asdf from nushell.
Expected Behaviour
No deprecation warnings should be issued with version 0.87.
Actual Behaviour
Deprecation warnings with version 0.87.
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: