-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Often, it's convenient to have a Runfile in a central place, like the root folder of a repository. I think it would be nice if run could search upwards to try find a Runfile if one is not found in the present directory, to make working in a subdirectory more convenient in that case.
Suggested workflow:
- if
-ris found, then require that file to exist. Don't search any other path. - if not, then search for
Runfilein the current directory, and if it does not exist, keep searching upwards until aRunfileis found
We could also apply some other bounding here, like not continuing upwards if a VCS directory (.git, etc) is found, but perhaps that isn't really needed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels