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

Allow for cd /D on windows #1050

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Allow for cd /D on windows #1050

merged 1 commit into from
Oct 12, 2023

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:

@kodiakhq kodiakhq bot merged commit d6c132a into Schniz:master Oct 12, 2023
15 of 17 checks passed
@github-actions github-actions bot mentioned this pull request Oct 12, 2023
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