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 windows powershell eval support #495

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Fix windows powershell eval support #495

merged 1 commit into from
Jul 29, 2023

Conversation

synfinatic
Copy link
Owner

PowerShell requires a slightly different output of environment variables than bash/zsh/etc.

Updated docs to refelect how to use eval with PowerShell.

Bump to v1.10.0

Fixes: #188

@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Merging #495 (907fb63) into main (b4f0827) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #495   +/-   ##
=======================================
  Coverage   77.79%   77.79%           
=======================================
  Files          24       24           
  Lines        2756     2756           
=======================================
  Hits         2144     2144           
  Misses        543      543           
  Partials       69       69           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4f0827...907fb63. Read the comment docs.

PowerShell requires a slightly different output of environment
variables than bash/zsh/etc.

Updated docs to refelect how to use `eval` with PowerShell.

Bump to v1.10.0

Fixes: #188
@synfinatic synfinatic merged commit 69a81d0 into main Jul 29, 2023
@synfinatic synfinatic deleted the windows-eval branch July 29, 2023 23:28
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.

Need to work around Windows is lacking eval equivalent
1 participant