X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35658af99f09f2f6768583d65246429f789fc5a2..e3df40f20870d2403d409f7726096edc2be31635:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 25c28bea23..9d4a609377 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -5,7 +5,7 @@ # Arvados cli client # -# Ward Vandewege +# Ward Vandewege require 'fileutils' require 'shellwords' @@ -98,7 +98,7 @@ def init_config end -subcommands = %w(copy create edit get keep pipeline run tag ws) +subcommands = %w(copy create edit get keep tag ws) def exec_bin bin, opts bin_path = `which #{bin.shellescape}`.strip @@ -116,7 +116,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts arv_edit client, arvados, global_opts, remaining_opts when 'get' arv_get client, arvados, global_opts, remaining_opts - when 'copy', 'tag', 'ws', 'run' + when 'copy', 'tag', 'ws' exec_bin "arv-#{subcommand}", remaining_opts when 'keep' @sub = remaining_opts.shift