-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Temporary directory #56
Comments
Cc: @Slicer/slicer-core |
Sounds good to me. Just two suggestions:
|
Only using
My initial proposal was broad enough to include all the idea previously discussed. Going with |
+1, --temporaryDir sounds good to me |
Discussion: http://slicer-devel.65872.n3.nabble.com/Temporary-directory-for-CLI-modules-td4035464.html
Reason to reject initial patch from @ prastawa : Patch Slicer/Slicer#400 will be problematic when the CLI is executed directly without Slicer.
Proposal:
SEM_TEMPORARY_DIR
to be setSEM_TEMPORARY_DIR
can be set in three different ways:-DSEM_TEMPORARY_DIR_ENVVAR_NAME:STRING=SLICER_TEMPORARY_DIR
--sem-temporary-dir
. If specified, other environment variable would be ignoredGenerateCLP
The text was updated successfully, but these errors were encountered: