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

workingDir should affect POSIX cwd of task #103

Open
Yohe-Am opened this issue Oct 5, 2024 · 1 comment
Open

workingDir should affect POSIX cwd of task #103

Yohe-Am opened this issue Oct 5, 2024 · 1 comment
Labels
bug Something isn't working ghjk.ts Relating to the deno based ghjkfile. tasks Relating to the tasks module

Comments

@Yohe-Am
Copy link
Contributor

Yohe-Am commented Oct 5, 2024

The workingDir parameter for tasks only affects the cwd of commands issued from the $ object passed to the function. What's missing is the Deno.cwd() command which isn't affected. Consider running tasks in a subprocess entirely for this.

@Yohe-Am Yohe-Am added bug Something isn't working tasks Relating to the tasks module ghjk.ts Relating to the deno based ghjkfile. labels Oct 5, 2024
Copy link

linear bot commented Oct 5, 2024

@Yohe-Am Yohe-Am changed the title workingDir should affect cwd of dax command workingDir should affect POSIX cwd of task Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ghjk.ts Relating to the deno based ghjkfile. tasks Relating to the tasks module
Projects
None yet
Development

No branches or pull requests

1 participant