Sha256: 364cd10a89d9c897a9ace53419e126e8ad7a3ccf73310f7cd42f290f88a6f5d4
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true module Extension module Commands class Serve < ExtensionCommand def call(_args, _command_name) specification_handler.serve(@ctx) end def self.help <<~HELP Serve your extension in a local simulator for development. Usage: {{command:#{ShopifyCli::TOOL_NAME} serve}} HELP end end end end
Version data entries
3 entries across 3 versions & 1 rubygems