Skip to content

Allow for cd /D on windows#1050

Merged
kodiakhq[bot] merged 1 commit intoSchniz:masterfrom
JakeHandsome:master
Oct 12, 2023
Merged

Allow for cd /D on windows#1050
kodiakhq[bot] merged 1 commit intoSchniz:masterfrom
JakeHandsome:master

Conversation

@JakeHandsome
Copy link
Contributor

When installed on windows with the --use-on-cd flag. Using cd /D <path> will fail because only the /D argument is passed into the actual cd command.

Replacing %1 with %* will forward all the arguments so cd /D <path> functions.

@changeset-bot
Copy link

changeset-bot bot commented Oct 12, 2023

🦋 Changeset detected

Latest commit: 952a80b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
fnm Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Owner

@Schniz Schniz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:sgtm: :blob_thanks:

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants