Manual: "Running External Programs" does not explain how to change working directory #19286
Labels
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
needs docs
Documentation for this change is required
I was surprised that this wasn't documented in the manual. Would be useful to have a section about
Cmd
objects and how you can customize them with thedir
kwarg to set the working directory, and more generally the manipulation of working environments withsetenv()
andwithenv()
.All of these are explained in the standard library, but it would be convenient to have a description in the manual, with suitable cross-references to the existing standard library documentation.
A simple example
The text was updated successfully, but these errors were encountered: