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

Does a child directory with it's own justfile allow running recipes from parent? #1048

Closed
asdf8dfafjk opened this issue Dec 17, 2021 · 3 comments

Comments

@asdf8dfafjk
Copy link
Contributor

asdf8dfafjk commented Dec 17, 2021

Related to #761 (creating new for ease of discussion)

Hi, say my directory structure is as following:

foo/
	.justfile (recipes a, b)
	bar/
		.justfile (recipes c, d)

Doing a just b inside bar doesn't currently work for me. I wonder if it's only me? And if not, is this something you think might be a useful addition? If you think it would be useful, and would be kind enough to point me to the files that need to be changed (should be hopefully a quick couple of minutes) I'd be very interested in submitting a PR. I'd also be interested in spending time designing if you'd like to implement some ideas from #761.

@casey
Copy link
Owner

casey commented Dec 18, 2021

I'm not sure I understand, is bar a child directory of foo?

@asdf8dfafjk
Copy link
Contributor Author

Yes it is, I somehow missed the backticks.

@asdf8dfafjk
Copy link
Contributor Author

Duplicate of #1036, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants