Allow setting STACK_WORK as a global env for --work-dir #3063
Comments
Sure, I've added support for a |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dealing with
MAX_PATH
issue on windows mean setting shortSTACK_ROOT
, but working directory also can trigger the limit.See #1947
Currently I pass
--work-dir
to all stack commands, but it would be more convenient to also setSTACK_WORK
.The text was updated successfully, but these errors were encountered: