Merge branch 'master' into 4091-test-infinite-scrolling
[arvados.git] / sdk / cli / bin / arv
index 481cd9ee6014593bb3185e043fda99ce3ab557c2..3489f8e4334b87dc53bb5d61e7a30851d54f08d6 100755 (executable)
@@ -123,7 +123,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
     arv_edit client, arvados, global_opts, remaining_opts
   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