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
feat: support multiple source files in mgrctl cp (Fixes#657)
Allow passing multiple source file paths to `mgrctl cp`. The last
argument is treated as the destination. All sources must be
consistently either local paths or server: prefixed paths; mixing
is not allowed.
Update the Use string and Long description to reflect the new
multi-source behavior. Add validation to reject mixed local and
server source paths.
0 commit comments