Sha256: d6b37fa1d663d564807c0e99b036bc456e7b90854ea76e60b77367c493819b2e
Contents?: true
Size: 326 Bytes
Versions: 7
Compression:
Stored size: 326 Bytes
Contents
module ShopifyCLI class Command class AppSubCommand < SubCommand class << self def call_help(*) output = help if respond_to?(:extended_help) output += "\n" output += extended_help end @ctx.puts(output) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems