You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A working_dir attribute on bash and conditional commands
A new cd command
{
cd: string,
cmds: command[]
}
that changes directory to the given dir and then runs the sub-commands array while in that directory. You can probably preprocess these commands away and turn them regular commands with a working-dir attribute on them
The text was updated successfully, but these errors were encountered:
If working dirs are already supported, I can probably finesse environment variables by prefixing the commands with env VAR=val ...actual command... when needed. So if working dirs exist, then rename this issue to reframe the discussion, and it'll drop to a lower priority.
This needs two things:
working_dir
attribute on bash and conditional commandscd
commandthat changes directory to the given dir and then runs the sub-commands array while in that directory. You can probably preprocess these commands away and turn them regular commands with a
working-dir
attribute on themThe text was updated successfully, but these errors were encountered: