Sha256: 3ed7c32f685de60d19b2b40dc131739e321a743efeb4f9382ef8e6fdf037bf8f
Contents?: true
Size: 347 Bytes
Versions: 8
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true require "shopify_cli" module Node module Commands class Generate < ShopifyCli::Command def call(*) @ctx.puts(self.class.help) end def self.help ShopifyCli::Context.message("node.generate.help") end def self.extended_help help end end end end
Version data entries
8 entries across 8 versions & 1 rubygems