tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

expand manual into separate pages #59

Closed tomeichlersmith closed 10 months ago

tomeichlersmith commented 10 months ago

Besides exploding manual into separate pages, I also updated denv init to better handle the situation where a user provides a workspace directory on the command line. If the user does this, then we make sure the workspace exists (prompting user to create if they desire) and enter it before continuing. We do not try to return to the previous directory since using denv outside of the configured workspace is not well supported.