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

allows cog to run from folders deeper than the project root #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 12, 2020

  1. allows cog to run from folders deeper than the project root

    this is helpful if your project root/bin folder is not the same as where your typical PWD is. For example, we'll usually have the project root contain the bin folder but the `artisan` or `./craft` CLIs live inside a `html` directory. In this case you could now run `cog` from inside the `html` dir and it would still find `../bin/cog-*` files.
    markhuot committed May 12, 2020
    Configuration menu
    Copy the full SHA
    0870090 View commit details
    Browse the repository at this point in the history