Sha256: aa00a5b5e1c12b39a0ce921eca4d4dba069e3b9b2bf2b5880b43925fded73c71
Contents?: true
Size: 355 Bytes
Versions: 49
Compression:
Stored size: 355 Bytes
Contents
module ShopifyCLI class ProjectCommand < Command def call(*) @ctx.puts(self.class.help) end def self.help project_type = name.split("::")[0].downcase ShopifyCLI::Context.message( "#{project_type}.help", ShopifyCLI::TOOL_NAME, subcommand_registry.command_names.join(" | ") ) end end end
Version data entries
49 entries across 49 versions & 1 rubygems