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
refactor(copy): rename exclude_from to _exclude_from and reorder docstring alphabetically
Renamed the parameter `exclude_from` to `_exclude_from` to follow HPCCM
convention that container framework-specific options begin with an underscore
(e.g., `_chown`, `_mkdir`, `_post`).
Also reordered the parameter documentation block in `copy.py` to maintain
alphabetical order within the class docstring for consistency.
0 commit comments