Sha256: 70a36473fb166e86aca3972a0e9d40aefacc6ab6e601f1454f92d1944e72b9c6
Contents?: true
Size: 452 Bytes
Versions: 11
Compression:
Stored size: 452 Bytes
Contents
# frozen_string_literal: true require "shopify_cli" module Theme module Commands class Generate < ShopifyCli::Command prerequisite_task :ensure_themekit_installed subcommand :Env, "env", Project.project_filepath("commands/generate/env") def call(*) @ctx.puts(self.class.help) end def self.help ShopifyCli::Context.message("theme.generate.help", ShopifyCli::TOOL_NAME) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems