Merge branch 'master' into 3699-arv-copy
[arvados.git] / sdk / cli / bin / arv
index 9b486d2d798a14b14491b6ff69aba75c6aaf34c1..ec3d8061b52a82f98b5dfe9163b4a74c20030b35 100755 (executable)
@@ -118,7 +118,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
   case subcommand
   when 'keep'
     @sub = remaining_opts.shift
-    if ['get', 'put', 'ls', 'normalize'].index @sub then
+    if ['get', 'put', 'ls', 'normalize', 'copy'].index @sub then
       # Native Arvados
       exec `which arv-#{@sub}`.strip, *remaining_opts
     elsif ['less', 'check'].index @sub then