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

Pass absolute path to the specified command #110

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Jun 28, 2021

MatchedPath::relative cannot be accessed because starting_point
sometimes differs because of the --starting-point option. With
--starting-point, we should not use the relative path.

In the first place, I believe there are few commands to require relative
paths for their argument. Thus, I made invoke receive an absolute
path.

`MatchedPath::relative` cannot be accessed because `starting_point`
sometimes differs because of the `--starting-point` option. With
`--starting-point`, we should not use the *relative* path.

In the first place, I believe there are few commands to require relative
paths for their argument. Thus, I made `invoke` receive an absolute
path.
@yykamei yykamei added the bug Something isn't working label Jun 28, 2021
@yykamei yykamei enabled auto-merge (squash) June 28, 2021 12:27
@yykamei yykamei merged commit 146afd3 into main Jun 28, 2021
@yykamei yykamei deleted the fix-starting-point-current-dir branch June 28, 2021 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant