X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/370df5a95b6b143885fa4d96be90c51f25f8ad14..ff7b22c70cd77073d9bdbebac0bf03d43745ed0c:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 77affe9093..533ea39eb7 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -122,7 +122,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts arv_create client, arvados, global_opts, remaining_opts when 'edit' arv_edit client, arvados, global_opts, remaining_opts - when 'copy', 'tag', 'ws' + when 'copy', 'tag', 'ws', 'run' exec `which arv-#{subcommand}`.strip, *remaining_opts when 'keep' @sub = remaining_opts.shift @@ -150,12 +150,6 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts puts "Available methods: run" end abort - when 'run' - exec `which arv-run`.strip, *remaining_opts - when 'tag' - exec `which arv-tag`.strip, *remaining_opts - when 'ws' - exec `which arv-ws`.strip, *remaining_opts end end