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

Commits on Jun 28, 2021

  1. Pass absolute path to the specified command

    `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 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    726a0eb View commit details
    Browse the repository at this point in the history