Sha256: e1c29d11c5534bad89637ac249a642750ae3712339ec0076214ac2cb30a45d25
Contents?: true
Size: 521 Bytes
Versions: 8
Compression:
Stored size: 521 Bytes
Contents
# frozen_string_literal: true require_relative "base_strategy_form" module ShopifyCLI module Theme class Syncer module Forms class SelectUpdateStrategy < BaseStrategyForm flag_arguments :file def strategies %i[ keep_remote keep_local union_merge exit ] end def prefix "theme.serve.syncer.forms.update_strategy" end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems