-
Notifications
You must be signed in to change notification settings - Fork 698
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
Option giving the project root directory #8037
Comments
I've implemented this in PR #8454 Please feel free to discuss/bikeshed in the PR. |
Could I ask for help reviewing the PR fixing this issue (#8454)? Even a cursory look and a comment whether this might fix your use case (bonus points for checking out and confirming) would be very much appreciated. |
A new proposal dropped at #8454. Could you kindly voice your opinion? |
PR #8454 has not addressed the OP, at least with the latest cabal (3.12.1.0)
|
Sorry, the option name is |
I think it would be good if one could override the current working directory with a flag, similar to
make -C <root-dir>
. I'd want this e.g. for executing an non-installedagda
living in source tree/agda-root/
from some wd/bar/
.The name of this option could be bikeshed, e.g.
--project-root
,--projectdir
,--directory
(good oldmake
).We already have option
--project-file
, but there are projects that do not have such a file (just a.cabal
file).The text was updated successfully, but these errors were encountered: