Skip to content
New issue

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

Fix VHS for Nushell version ^0.83 #373

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

ClipplerBlood
Copy link
Contributor

Issue

Since Nushell version 0.83, the let-env command has been removed.

This breaks VHS when recording nu tapes.

Fix

Replace let-env VAR with $env.VAR

Also the --interactive command is redundant, since the --execute flag also starts the interactive mode

Removed let-env in favor of $env. This supports nushell versions >= 0.83
@maaslalani
Copy link
Contributor

Thanks so much @ClipplerBlood!

@maaslalani maaslalani merged commit c059a98 into charmbracelet:main Sep 28, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants