You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature/enhancement proposal related to a problem? Please describe.
Coming from Poetry + Poe I'm missing the ability read/use the working directory of the calling shell within my scripts.
Especially with mono-repos I may need the actual working directory of the shell to properly do some scripted actions in a particular part of the repo.
Describe the solution you'd like
The solution to the problem would be rather simple. Somewhere in TaskRunner._run_process you would just have to create a environment variable that holds the current working directory. e.g.
Is your feature/enhancement proposal related to a problem? Please describe.
Coming from Poetry + Poe I'm missing the ability read/use the working directory of the calling shell within my scripts.
Especially with mono-repos I may need the actual working directory of the shell to properly do some scripted actions in a particular part of the repo.
Describe the solution you'd like
The solution to the problem would be rather simple. Somewhere in TaskRunner._run_process you would just have to create a environment variable that holds the current working directory. e.g.
For naming I'd propose something similar to what Poe is doing: https://poethepoet.natn.io/env_vars.html
I'm happy to make the relevant changes and create a PR if you think this proposal is good.
The text was updated successfully, but these errors were encountered: