Sha256: 527249af19d29854a19753608a34d2c933732d0c554d77a5f62145752472903a
Contents?: true
Size: 333 Bytes
Versions: 13
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module Script class Command class Connect < ShopifyCLI::Command::SubCommand hidden_feature def call(_args, _) @ctx.abort(@ctx.message("script.deprecated")) end def self.help ShopifyCLI::Context.new.message("script.deprecated") end end end end
Version data entries
13 entries across 13 versions & 1 rubygems