Open arichiardi opened 4 years ago
Hi there!
I have noticed that at the moment is not possible to do this:
"uptodate": [doit.action.CmdAction("..." cwd=somedir)],
It would be great to add it, cause sometimes you need to use cwd or env and you need a CmdAction for that.
cwd
env
CmdAction
Describe alternatives you've considered When in need of changing the cwd, I could use a string with cd or pushd in it, but it feels brittle.
cd
pushd
Hi there!
I have noticed that at the moment is not possible to do this:
It would be great to add it, cause sometimes you need to use
cwd
orenv
and you need aCmdAction
for that.Describe alternatives you've considered When in need of changing the
cwd
, I could use a string withcd
orpushd
in it, but it feels brittle.