-
-
Notifications
You must be signed in to change notification settings - Fork 805
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
Working directory for cmdrunner? #1293
Comments
That is an interesting thought.
|
Right, I think specifying working_dir is pretty common for running external commands. Systemd has it, Go's os.Cmd type has it, cron, well, doesn't have, but it doesn't have any configuration for commands at all. Re 2, I think no need to automatically parsing path - it's either default, or user specified. That'll work. |
Hey, is there a way to specify the working dir for command run by
cmdrunner
module?My use case is showing some stats of outdated dependencies in a few working dirs with source code. Most tools that can analyze dependencies must be run from the project's directory. Am I overlooking something or there is no way to specify working dir at the moment?
The text was updated successfully, but these errors were encountered: