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

Tweak commands copied to clipboard to work with both cmd.exe and powershell on Windows #139

Merged
merged 1 commit into from May 30, 2020

Conversation

gbiellem
Copy link
Contributor

@gbiellem gbiellem commented May 30, 2020

Currently the move and del comand copied to the clipboard are specific to cmd.exe and do no work if pasted into a powershell console. This change addresses this by pre-pending cmd /c to the front of the commands. The result is that the commands work in both cmd and powershell

Inlcude cmd /c  in command line so that the clipboard text can be run from both cmd.exe and powershell
@SimonCropp SimonCropp added this to the 4.0.2 milestone May 30, 2020
@SimonCropp SimonCropp merged commit d4d3fe3 into VerifyTests:master May 30, 2020
@SimonCropp SimonCropp added the Bug label May 30, 2020
@SimonCropp
Copy link
Member

This is now deployed. NuGet may take some time to make it available for download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants